body {
	width: 100%;
	height: 100%;
	background-color: #fff;
	margin: 0;
	padding: 0;
	overflow: hidden;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
}


/* commented backslash hack for ie5mac \*/ 
html, body{height:100%;} 
/* end hack */
div#center {
	background: url(../images/repeatx.png) top left repeat-x #f1f1f2;
	display: block;
	height: 100%;
	left: 0;
	/*margin-top: -163px;*/
	margin-top: -250px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
}


p {
	
	text-align: center;
}

a {
	color: #254565;
	text-decoration: none;
}

a:hover {
	color: #2b95ff;
}


span.title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px dashed #999;
}

ul {
	margin-bottom: 20px;
}