@charset "utf-8";
/* Godfathers of the Ocean SURF SCHOOL - CSS */

body {
	background-color: #00aaef;
	margin-left: 0px;
	margin-top: 96px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url("../../images/goto_bg.jpg") top center no-repeat #00bbf2;
	text-align:center;
}


	#container {
		margin: 0px auto;
		border:0;
		width: 785px;
		/* REMOVE THIS HEIGHT VALUE TO MAKE THE CONTAINER SCALABLE */		
		background-color:#ffffff;
		text-align:left;
		}
