#fotu {
	position: absolute;
	left: 50%;
	top: 45px;
	margin-left: -450px;
	width: 900px;
}

#header, #content, #footer, #main { width: 900px; }

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 250px;
	background-image: url('header.png');
}

#fotuLogo {
	position: absolute;
	left: 723px;
	top: 116px;
}

#main {
	position: absolute;
	top: 250px;
}

#content {
	background-image: url('content_bg.png');
	background-repeat: repeat-y;
	overflow: hidden;
	background-position: left;
}

#contentTop {
	background-image: url('content_top.png');
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
	padding-bottom: -1px;
}

#contentFoot {
	background-image: url('content_foot.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	overflow: hidden;
}

#footer {
	height: 60px;
	background-image: url('footer.png');
	text-align: center;
}

#voting { padding-top: 6px; }

h1 {
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #74FFFA;
	padding: 0;
	margin: 0;
}

#version {
	color: #2e2e2e;
	font-size: 11px;
	height: 30px;
	text-align: center;
	width: 900px;
}

.version_a {
	color: #2e2e2e;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}