body.page {
	margin:0;
	background:#084883;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:11px;
	color:white;
}

a {
	color:white;
	text-decoration:none;
}

a:hover{
	background-color:#1C67AE;
}

#bg {
	background:url(../images/start_bg.jpg) no-repeat bottom center;
	position:absolute;
	width:100%;
	height:100%;
}

#wrapper {
	/*
	margin:0 auto;
	margin-top:135px;
	*/
	position:absolute;
	top:135px;
	left:50%;
	margin-left:-480px;
	width:960px;
}

#logo {
	text-align:right;
}

#content {
	margin-top:360px;
	text-align:center;
	text-transform:uppercase;
	font-size:12px;
}