/*
 * HTML, Body
 */
html, body {
	font-size:13px;
	line-height:140%;
	color:#333;
	font-family: Arial, sans-serif;
	height:100%;
	background: url('body.jpg');
}

/*
 * Page
 */
.page {
	position:absolute;
	left:50%;
	top:50%;
	width:800px;
	height:300px;
	margin-left:-400px;
	margin-top:-150px;
	text-align:center;
}

/*
 * Logo
 */
.logo {
	display:inline-block;
}

/*
 * Content
 */
.content {
	font-size:136.1%;
	margin-top:30px;
}

/*
 * Links
 */
a, a:hover {
	color:#004B89;
	text-decoration:none;
}