html, body{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
body {
	margin: 0px;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}
h1, .headline {
	display: block;
	margin: 30px 0px 5px 25px;
	padding: 0px;
	font-size: 64px;
	width: 700px;
}
h1 {
	display: none;
}
#page {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.description, .description {
	display: block;
	font-size: 30px;
	margin: -10px 0px 0px 25px;
}
.small {
	display: block;
	margin: 0px 0px 0px 25px;
}
#top {
	color: #fff;
	background: #111;
}
#bottom {
	color: #000;
	background: #f1f1f1;
}
#top, #bottom {
	height: 50%;
	overflow: hidden;
}
.border-top {
	display: block;
	margin: 25px 25px 5px 25px;
	border-top: 1px solid;
}
a {
	display: block;
	text-decoration: none;
}
a:focus {
	outline: 0px none;
}
.hidden {
	display: none;
}