body, html{
	height:					100%;
	margin:					0px;
	padding:				0px;
}

body{
	color:					#81a9e1;
	font:					12px Arial, Helvetica, sans-serif;
	text-align:				center;
}
a:link, a:hover, a:visited {
	color:					#206aa1;
}

.noscript{
	border:					thin solid #000000;
	background:				#0c1c1e;
	color:					#CCCCCC;
	font:					14px Arial, Helvetica, sans-serif;
	margin:					auto;
	margin-bottom:			10px;
	margin-top:				40px;
	padding:				20px;
	text-align:				justify;
	width: 					400px;
}
.noscript a:link, .noscript a:visited, .noscript a:hover{
	color:					#ffffff;
	text-decoration:		underline;
	font-weight:			bold;
}
/*
#content {
	height:					576px;
}
*/
#below {
	text-align:				center;
}