#nav li a.contest { /* normal contest link */
	background: url('../../imageset/nl_NL/menu_contest.png') no-repeat 0px 0px;
}
#nav li a.contest:hover { /* hover contest link */
	background: url('../../imageset/nl_NL/menu_contest.png') no-repeat 0px -30px;
}
#nav li.selected a.contest { /* selected contest link */
	background: url('../../imageset/nl_NL/menu_contest.png') no-repeat 0px -30px;
}
#nav li a.game { /* normal game link */
	background: url('../../imageset/nl_NL/menu_game.png') no-repeat 0px 0px;
}
#nav li a.game:hover { /* hover game link */
	background: url('../../imageset/nl_NL/menu_game.png') no-repeat 0px -30px;
}
#nav li.selected a.game { /* selected game link */
	background: url('../../imageset/nl_NL/menu_game.png') no-repeat 0px -30px;
}
#nav li a.prizes { /* normal prizes link */
	background: url('../../imageset/nl_NL/menu_prizes.png') no-repeat 0px 0px;
}
#nav li a.prizes:hover { /* hover prizes link */
	background: url('../../imageset/nl_NL/menu_prizes.png') no-repeat 0px -30px;
}
#nav li.selected a.prizes { /* selected prizes link */
	background: url('../../imageset/nl_NL/menu_prizes.png') no-repeat 0px -30px;
}

.home_content {
	position: relative;
	top: 20px;
	min-height: 425px;
	background: url('../../imageset/nl_NL/form_bg.png') no-repeat top center;
}
.reserve_game {
	display: block;
	width: 157px;
	height: 143px;
	background: url('../../imageset/nl_NL/reserveer_btn.png') no-repeat;
}
#share {
	width: 147px;
	height: 70px;
	margin-top: 30px;
	padding-left: 10px;
	background: url('../../imageset/nl_NL/share_bg.png') no-repeat;
}