body {
	background:#00003f;
	height:100%;
	margin:0;
	padding:0;
}


div#wrapper {
      position:absolute;	
      margin-left:50%;
      left:-460;
      width:940px;
}

div#header {
	height:70px;
	margin-top:20px;
}

div#menu {
	width:960px;
	height:75px;	
}

div#content {
	background:#e9ddaf;
	padding:50px 50px 50px 50px;
}

div#footer a{
	color:#FFFFFF;
        text-decoration:none;
}



