		img {
			border:none;
		}
		body,html {
			margin:0px;
			padding:0px;
background-color:#9EABE2;
		}
body,div,p,td {
	font-family:Verdana,Arial,sans-serif;
}
div {
margin:0px;
padding:0px;
}
		div#mainpage {
                       overflow:hidden;
			position:absolute;
			width:1010px;
			height:560px;
			top:50%;
			left:50%;
			margin-top:-300px;
			margin-left:-505px;
		}
		div#top {
			position:absolute;
			width:100%;
			bottom:50%;
			margin-bottom:80px;
		}
                div#top img {
			margin-left:10px;
}
		div#horizon {
			position:absolute;
			top:50%;
			margin-top:-75px;
			padding-top:10px;
			padding-bottom:10px;
			border-style:solid none solid none;
			border-width:2px;
			border-color:#C2374C black #2E2CBD black;
		}
		div#bottom {
			position:absolute;
			width:100%;			
			top:50%;
			margin-top:80px;
		}		
	                div#bottom img {
			margin-left:10px;
}	
		div#header {
			position:absolute;
			right:10px;
			bottom:2px;
		}
		div#info {
			position:absolute;
			right:10px;
			top:2px;
			text-align:right;
			font-family:Verdana,Arial,sans-serif;
			font-size:10px;
		}
		div#info table {
			margin-right:10px;
		}
		div#info th, div#info td {
			text-align:left;
			font-size:12px;			
		}
		div#buttons {
			position:absolute;
			left:300px;
		}
		div.button {
			display:block;
			margin:10px;
		}
		div.button img {
			border: 1px solid black;
			margin:0px;
			margin-right:5px;
		}
		a:link,a:visited {
			color:#0338BD;
		}
		a:active,a:hover {
			color:#B73B2B;
		}
