body {
	margin:2px;
	padding:0px;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:50% 50%;
	font:10pt "bitstream vera sans",sans-serif;
}
h1 small {
	font-size:12pt;
}
h2 small {
	float:right;
	font-size:10pt;
	color:gray;
}
a {
	text-decoration:none;
}
img {
	border:0px;
}

#top {
	width:100%;
	background-color:#cccccc;
	height:24px;
	display:table;
	margin-bottom:2px;
}
#top a {
	text-decoration:none;
	font:bold 11pt sans-serif;
	display:table-cell;
	padding-top:0.2em;
	text-align:center;
}

#main {
	margin:auto 20px;
}
