html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	color: #900;
	background-color: #fff;
}
a {
	color: #900;
	background-color: #fff;
}
#main {
	position: absolute;
	width: 300px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -150px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
}
