body {
	font-family: Verdana, Arial;
}
h1 { font-size: 24px; }
h2 { font-size: 18px; }
#box { 
	position: absolute;
	top: 0px;
	right: 0px;
}
#menu, #buttons { display: none; }
#content {
	width: 80%;
	margin-bottom: 20px;
}

address {
	position: fixed;
	bottom: -5px;
	left: 10px;
	display: inline;
	line-height: 12px;
	font-size: 11px;
}
#copyright {
	position: fixed;
	bottom: -18px;
	right: 10px;
	display: inline;
	margin-left: 20px;
	line-height: 13px;
	font-size: 11px;
}
