@charset "UTF-8";
body {
	background-color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
#wrapper {
	position: absolute;
	height: 200px;
	margin-top: -200px;
	top: 50%;
	width: 800px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #505B63;
	text-decoration: none;
	padding: 0px;
	text-align: left;
}
#wrapper a {
	color: #F69;
	text-decoration: none;
}
