#main {
	background-image: url(../extras/main_en.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 576px;
	position: relative;
}

#contest {
	left: 273px;
	top: 226px;
	width: 163px;
	height: 59px;
	/*border: 3px dotted red;*/
	position: absolute;
}
#contest:hover {
	border: 3px solid #6a95b8;
}

#links {
	left: 98px;
	top: 522px;
	width: 163px;
	height: 58px;
	/*border: 3px dotted red;*/
	position: absolute;
}
#links:hover {
	border: 3px solid #6a95b8;
}

#goodies {
	left: 463px;
	top: 523px;
	width: 164px;
	height: 58px;
	/*border: 3px dotted red;*/
	position: absolute;
}
#goodies:hover {
	border: 3px solid #6a95b8;
}

#footer {
	background-image: url(../extras/header.jpg);
	background-position: 0 -36px;
}
