body, html { height:100%; margin:0 }

body{
	background:#eeeeee url(img/bg_body0.gif);
	text-align:center;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #e8e4d0;
	margin: auto;
	padding: 0;
	}

a:link, a:visited, a:active  {
	color: #000;
	text-decoration: underline;
	}

a:hover {
	color: #333333;
	text-decoration:none;
	}

#container {
	height:494px;
	width:740px;	
	position: absolute;
	top:50%;
	left:50%;
	margin:-247px 0 0 -370px;
	color: #FFFFFF;
	text-align: center;
	}

#container span.t {
	text-align: center;
	background: #ffffff;
	line-height: 22px;
	color: #666666;
	float: none;
	padding: 5px;
	vertical-align: middle;
	
	}
	
img {border: 0;}

#footer { 
	position:absolute;
	top: 98%;
	left: 50%;
	height: 13px;
	width:800px;
	margin: -5px 0 0 -400px;
	text-align: center;
	font-size: 11px;
	color:#000000;
}

