body {
	width: 100%;
	height: 100%;
	background: #fff url(../images/header_bg.png) repeat-x top center;
	margin: 0;
	padding: 0;
	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 {
	left: 0;
	position: absolute;
	text-align: center;
	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;
}

#msgbox  
{
  position: absolute; 
  top: 0; 
  left: 0; 
  height: 30px;
  background-color: #fffacd;
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 30px;
}