@charset "ISO-8859-1";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	color:#FFBF00;
	margin:0;
	padding:0;
	background-color:#000000;
}
h1 {
	font-size:28pt;
}
h2 {
	font-size:18pt;
}
a , a:link , a:visited , a:focus, a:hover , a:active {
	color:#FFBF00;
	text-decoration:underline;
}
#header {
	position:relative;
	height:100px;
	margin:0;
	padding:10px;
	text-align: center;
}
#content {
	position:relative;
	margin:0;
	padding:10px;
}
#footer {
    position:absolute;
    bottom: 0;
	margin:0;
	padding:10px;
}