/* CSS Document */

#container {
	background-color: #004785;
	
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 0px;
}


#booking_body {
background-color:#FF0000;
	background-image:url(images/booking_bckgrnd.jpg);
	width: 750px;
	height:700px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 0px;
	
	}

body {
	background-color: #012A4E;
}