@import url('reset.css');

body {
	height				: 100%;
	background-color	: #f8f8f8;
}
div#logo {
	position			: absolute;
	top					: 50%;
	left				: 50%;
	margin				: -150px auto auto -200px;
	text-align			: center;

}
div#logo a {
	color				: #c0c0c0;
	text-decoration		: none;
}
div#logo span {
	font-family			: Tahoma;
	font-size			: 10px;
	color				: #c0c0c0;
	display				: block;
}
