@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
	}
	
html, body {
	width:100%;
	height:100%;
}
	
body {
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	font-size:12px;
}

div#wrapper {
	width:800px;
	height:300px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-400px;
	margin-top:-190px;
}

div#logo a img {
	border:0;
}

div#text {
	padding:50px 0px 0px 0px;
	text-align:center;
}

div#text h1{
	font-size:12px;
	font-weight:normal;
}

div#text h1 a{
	color:#900;
}