body {
margin : 0;
padding : 0;
background-color : #000000;
color : #ffffff;
}
p, ul, ol, li {
font : 10pt Arial,geneva,helvetica;
}
h1 {
font : bold 14pt Arial, Helvetica, geneva;
}
h2 {
font : bold 12pt Arial, Helvetica, geneva;
}
#header {
position : fixed;
width : 100%;
height : 64px;
top : 0;
right : 0;
bottom : auto;
left : 0;
border-bottom : 2px solid #000000;
}
#content {
	position : fixed;
	top : 64px;
	bottom : 0;
	margin : 0px 0px 0px 0px;
	width : 100%;
	height : 400px;
	padding-left : 0px;
	padding-right : 0px;
	color : #000000;
	overflow : auto;
}
#content h1, #content h2 {
color : #cc0000;
}
#footer {
position: fixed;
width: 100%;
height: 75px;
top: 450px;
left: 0;
bottom: 0;
border-top : 2px solid #000000;
}

