div#content {
	position: absolute ;
	top: 30px ;
	left: 0 ;
	width: 900px ;
	margin: auto ;
	padding: 0 ;
}
div#content img {
	padding: 0 0 21px 0 ;
}
div#splash {
	position: absolute ;
	top: 136px ;
	left: 153px ;
}
div#film {
	position: absolute ;
	top: 314px ;
	left: 132px ;
}
div#game {
	position: absolute ;
	top: 316px ;
	left: 362px ;
}
div#after {
	position: absolute ;
	top: 314px ;
	left: 590px ;
}
div#shadow {
	position: absolute ;
	top: 491px ;
	left: 0 ;
}

/* splash buttons */
div.splash_button, div.splash_button a {
	display: block;
}
div.splash_button a {
	overflow:hidden;
	text-decoration:none;
	text-indent: -9999px;
}

/*
film pic - 132, 374
film link - 143, 510

game pic = 362, 376
game words = 372 510

after pic - 590, 374
after link - 613, 510

big shadow = 0, 551
*/
div#button_game {
	position: absolute;
	left: 372px ;
	top: 454px ;
}
div#button_game, div#button_game a {
	width: 153px ;
	height: 41px ;
	background: transparent url(../i/splash/game_work_off.png) no-repeat center center ;
}
div#button_game a:hover {
	background-image: url(../i/splash/game_work_roll.png) ;
}
div#button_after {
	position: absolute;
	left: 613px ;
	top: 450px ;
}
div#button_after, div#button_after a {
	width: 153px ;
	height: 41px ;
	background: transparent url(../i/splash/after_work_off.png) no-repeat center center ;
}
div#button_after a:hover {
	background-image: url(../i/splash/after_work_roll.png) ;
}
div#button_film {
	position: absolute;
	left: 143px ;
	top: 450px ;
}
div#button_film, div#button_film a {
	width: 142px ;
	height: 42px ;
	background: transparent url(../i/splash/film_work_off.png) no-repeat center center ;
}
div#button_film a:hover {
	background-image: url(../i/splash/film_work_roll.png) ;
}

