html, body {
	font: 11px Arial, sans-serif;
	width: 100%;
	height: 100%;
}

body {
	background-color: #6b82b4;
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 100%;
	display: table;
}

#main {
	margin: 0px auto;
	width: 969px;
	height: 200px;
	margin-top: 150px;
	position: relative;
	font-family: "Arial Black", sans-serif;
	font-size: 200%;
	color: #FFFFFF;
}

#next a {
	font-family: "Arial Black", sans-serif;
	font-size: 75%;
	color: #FFFFFF;
	text-decoration: underline;
	position: absolute;
	top: 0px;
	right: 0px;
}

#next a:visited {
	color: #FFFFFF;
}
