body { 
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	color:#666;
}

.clear { float: none; clear: both; }
.hidden { display: none; }

.centerbody {  
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}
.centercontent { 
	background-color: transparent;
	margin-left: -159px;
	position: absolute;
	top: -50px;
	left: 50%;
	width: 318px;
	height: 100px;
	visibility: visible 
}
.content {
	top: 0px;
	left: 0px;
	width: 318px;
	height: 100px;
	background-image:url(../gfx/logo.jpg);
	background-repeat:no-repeat;
	text-align:center;
	padding-top:65px;
	color:#666;
}
