* {
	margin:0px;
	padding:0px;
}
	
HTML, BODY{
	height:100%;
}
	
BODY {
	background-color:#FFFDE8;
	text-align:center;
}

H1 {
	color: #ffffff;
	font-size: 12px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}

H2 {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}

H3 {
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
}

DIV#container {
	height:650px;
	left:50%;
	margin:-275px auto auto -512px;
	position:absolute;
	top:50%;
	vertical-align:middle;
	width:1030px;
}
	
SPAN.links {
	color:#999999;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
}
	
SPAN.links A {
	color:#999999;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	line-height:14px;
	text-decoration:none;
}

SPAN.links A:hover {
	color:#999999;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	line-height:14px;
	text-decoration:underline;
}
