body {
	background: url('bg.png') repeat-y;	
	background-color: #000;
	color:#fff;
	font: 14px Courier;
	height:100%;
}
h1 {
	font: 16px Courier;
	font-weight: bold;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}
#page {
	min-height:100%;
}
#main {	
	left: 50%;
	margin-left:-300px;
	position:absolute;
	width: 600px;
}
#content {
	padding-top:33%;
	position:relative;
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:60px;
}
.footertext {
	font: 8px Verdana;
	color: #333;
	text-align: center;
}