body {
        margin:0px;
        padding:0px;
        text-align:center;
}

* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	color:#666666;
}

a {			color:#666666;	font-weight:normal; text-decoration:underline}
a:visited {	color:#666666;	font-weight:normal; text-decoration:underline}
a:hover {	color:#666666;	font-weight:normal; text-decoration:underline}
a:active {	color:#666666;	font-weight:normal; text-decoration:underline}

h1{
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

#footer {
	color:#999999;
	font-size:10px;
	text-align:center;
	line-height:14px;
}
#footer a {			font-size:10px;	color:#666666;	font-weight:normal; text-decoration:underline}
#footer a:visited {	font-size:10px;	color:#666666;	font-weight:normal; text-decoration:underline}
#footer a:hover {	font-size:10px;	color:#666666;	font-weight:normal; text-decoration:underline}
#footer a:active {	font-size:10px;	color:#666666;	font-weight:normal; text-decoration:underline}

#horizon {
	width:760px;
	position:relative;
	display:block;
	text-align: left;
	
	margin-left: auto;
	margin-right: auto;
	
	border:1px solid #005699;
	
	margin-top:12px;
}
#main {
	width:760px;
	height:590px;
	background-position:top right;
	background-repeat:no-repeat;
}