body {
	background-image: url(images/bg_paper.jpg);
	background-repeat: repeat;
	position: absolute;
	height: 100%;
	width: 100%;
}

#container {
	background-image: url(images/bg_wallpaper.jpg);
	height: 766px;
	width: 1000px;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
}
h1 {
	text-indent: -9999px;
}
#links {
	height: 280px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/btn_wallpaper.jpg);
	background-position: center top;
	margin-top: 320px;
}
#links a {
	display: block;
	float: left;
	text-indent: -9999px;
}
#links a:hover {
	background-image: url(images/btn_wallpaper.jpg);
	background-repeat: no-repeat;
}
#toMaster {
	height: 245px;
	width: 219px;
	margin-top: 15px;
	margin-left: 87px;
}
#toMaster:hover {
	background-position: -87px -295px;
}

#toEvent {
	width: 231px;
	margin-left: 47px;
	height: 276px;
	margin-top: 4px;
}
#toEvent:hover {
	background-position: -353px -284px;
}
#toAdventure {
	width:216px;
	margin-left: 40px;
	height : 276px;
	margin-top : 4px;
}
#toAdventure:hover {
	background-position: -624px -284px;
}


.back {
	float: right;
	padding-right: 55px;
	margin-top: -10px;
}