#mainContent {
	width: 600px;
	margin-left: 30px;
	margin-right: auto;
}

#mainContent h2, h3 {
	display:inline;
}

/* main menu */

#homeTab {
	position: absolute;
	left: 0px;
	width:  89px;
	height: 40px;
	z-index: 4;
	overflow: hidden;
	background: url(/img/tab_home.png) no-repeat 0px 0px;
}

#enterTab {
	position: absolute;
	left: 85px;
	z-index: 3;
	width:  153px;
	height: 40px;
	overflow: hidden;
	background: url(/img/tab_enter_to_win.png) no-repeat 0px 0px;
}

#rulesTab {
	position: absolute;
	left: 233px;
	z-index: 2;
	width:  150px;
	height: 40px;
	overflow: hidden;
	background: url(/img/tab_official_rules.png) no-repeat 0px 0px;
}

#videosTab {
	position: absolute;
	left: 378px;
	z-index: 1;
	width:  158px;
	height: 40px;
	overflow: hidden;
	background: url(/img/tab_see_the_videos.png) no-repeat 0px 0px;
}
