* html, body {
	overflow: hidden;
}
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
    font-family: Verdana, sans-serif;
}
#start {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 590px;
	height: 460px;
	margin-left: -295px;
	margin-top: -230px;
	text-align: center;
	font-size: 10px;
}
#start a {
	color: #999;
	text-decoration: none;
}
#content {
	margin-top: 100%;
	padding: 8px;
    font-size: 13px;
    line-height: 1.3em;
}
#content h1 {
	text-align: center;
    font-size: 21px;
}