﻿body.pageStructure 
{
   background-image: url('Images/background_structure.jpg'); 
   background-position: right bottom;
   background-repeat: no-repeat;
   background-attachment: fixed;
}

body.pageReservation 
{
   background-image: url('Images/background_reserv.jpg'); 
   background-position: right bottom;
   background-repeat: no-repeat;
   background-attachment: fixed;
}

body.pageAccount 
{
   background-image: url('Images/background_account.jpg'); 
   background-position: right bottom;
   background-repeat: no-repeat;
   background-attachment: fixed;
}

body.pageCustomer
{
   background-image: url('Images/background_customer.jpg'); 
   background-position: right bottom;
   background-repeat: no-repeat;
   background-attachment: fixed;
}

body.pageDocuments 
{
   background-image: url('Images/background_docs.jpg'); 
   background-position: right bottom;
   background-repeat: no-repeat;
   background-attachment: fixed;
}

body.pageMyInfo 
{
   background-image: url('Images/background_myinfo.jpg'); 
   background-position: right bottom;
   background-repeat: no-repeat;
   background-attachment: fixed;
}