@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	margin: auto;
}
#wrapper {
	position: absolute;
	text-align: left;
	height: 600px;
	width: 800px;
	top:50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -400px;
	background-image: url(../images/viriiLogo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer {
	font-size: 10px;
	color: #999999;
	text-align: center;
	height: 20px;
	width:100%;
	left: 0px;
	bottom: 0px;
	position: absolute;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

