body { 
	width: 100%;
	padding: 0;
	margin: 0;
	background: url(../images/system/bg_start.jpg) #b7be00 top right no-repeat;
}

#fan {
	position: absolute;
	top: 177px;
	right: 130px;
	width: 300px;
	height: 125px;
}
#fan a {
	display: block;
	width: 300px;
	height: 125px;
	text-decoration: none;
	background-image: url(../images/system/start_fanedition.gif);
	background-position: 0% 0%;
}
#fan a:hover {
	background-position: 0% 100%;
}

#business {
	position: absolute;
	top: 176px;
	right: 538px;
	width: 300px;
	height: 125px;
}
#business a {
	display: block;
	width: 300px;
	height: 125px;
	text-decoration: none;
	background-image: url(../images/system/start_businessedition.gif);
	background-position: 0% 0%;
}

#business a:hover {
	background-position: 0% 100%;
}

#logos {
	position: absolute;
	top: 576px;
	right: 252px;
	width: 544px;
	text-align: left;
}
#logos img {
	border: none;
	float: left;
	margin: 0 25px 0 0;
}

#hidden {
	display: none;
}

#counter {
	position: absolute;
	top: 10px;
	right: 40px;
	font: normal 10px/17px normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #234d43;
}
#counter a {
	color: #234d43;
	text-decoration: none;
}