@charset "UTF-8";
/* CSS Document */

body {
	background-color: #01384f;
	text-align: center;
	font-family: Helvetica, Arial, Sans-Serif;
	
}


#container {
	margin:auto;
	text-align: center;
	}
	
img.center {   
	position: absolute;
  	top: 50%;
  	left: 50%;
	width: 670px;
   	height: 500px;
   	margin-top: -270px; /* Half the height */
   	margin-left: -335px;
	}


