body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center; /*centre for ie5 */
	background: #000;
}

#main { 
	position: absolute; 
	left:0; 
	top:0; 
	width:100%; 
	height:100%;
}

#text-only-wrap {
	background: #005481 url(/images/bg_text.jpg) top repeat-x; 
	color: #ffffff; 
	position: absolute; 
	left:0; 
	top:0; 
	width:100%; 
	height:100%; 
	text-align: center;
}

#text-only {
	width:550px; 
	margin: 10px auto; 
	font: normal 12px Arial, Verdana; 
	text-align:left;
}

h2 {
	margin: 0 0 20px 0; 
	padding: 4px; 
	font: bold 18px;
	border-bottom: solid 3px #fff; 
}

h3 {
	margin: 0; 
	padding: 0; 
	font: bold 12px;
}

a:link {
	text-decoration: underline; 
	color: #fff;
}

a:visited { 
	text-decoration: underline; 
	color: #fff;
}

a:active { 
	text-decoration: underline; 
	color: #fff;
}

a:hover { 
	text-decoration: none; 
}

p {
	margin-top: 0;

}

#logo { 
	margin-bottom: 20px;
}

#logo a { 
	display: block;
	background: url(/images/logo.jpg);
	width: 400px;
	height: 225px;
}
#logo a span { 
	display: none;
}