html
{
	height: 100%;
	overflow: hidden;
}
body
{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}
#content
{
	height: 100%;
	font:  bold 12px/18px helvetica, verdana, arial, sans-serif;
	color: #888;
}
#content div
{
	margin-top: 5%;
	margin-left: 5%;
}
h1
{
	font-size: 24px;
}
a
{
	color: #888;
	text-decoration: none;
}
a:visited, a:active
{
	color: #AAA;
}
a:hover
{
	color: #CCC;
}