body {font-size: 12px; font-family: arial, helvetica, verdana, sans-serif; }

a, a:link, a:visited {text-decoration: none; color: #000; }
a:link:hover, a:visited:hover {color: #555; }


#homelogo {
	position: absolute;
	left: 159px;
	top: 210px;
	z-index: 1;
}

#homecontent {
	position: absolute;
	left: 310px;
	top: 307px;
	font-size: 13px;
	color: #ccc;
	width: 370px;
	z-index: 2;
}


#logo {
	position: absolute;
	left: 159px;
	top: 110px;
	z-index: 1;
}

#content {
	position: absolute;
	left: 310px;
	top: 137px;
	font-size: 12px;
	color: #ccc;
	width: 480px;
	z-index: 2;
}

#content td {
	font-size: 12px;
}

.clearall {clear: both; line-height: 0px; font-size: 1px; }
