a {
	color: #FFE081;
	background-color: inherit;
}
a:hover {
	color: #FFFF00;
	background-color: inherit;
}
a img {
	border: 0px;
}
#footer_top, #centered {
	position: relative;
	width: 100%;
	z-index: 300;
	bottom:0px;
	text-align: center;
	font-size: .80em;
	font-family:Arial, Verdana, sans-serif;
	background-color: inherit;
}
a#story_btn {
	background-image:url(/images/buttons/story_btn.gif);
	background-repeat: no-repeat;
}
a#game_btn {
	background-image:url(/images/buttons/game_btn.gif);
	background-repeat: no-repeat;
}
a#download_btn {
	background-image:url(/images/buttons/stuff_btn.gif);
	background-repeat: no-repeat;
}
a#link_btn {
	background-image:url(/images/buttons/linktous_btn.gif);
	background-repeat: no-repeat;
}
a#link_btn_inter {
	background-image:url(/images/buttons/linktous_btn.gif);
	background-repeat: no-repeat;
}
/*****************************************************************************************/
/* Buttons in interstitial page to choose between text or flash story */
a#story_enter_btn {
	background-image:url(/images/buttons/btn_enter_story.gif);
	background-repeat: no-repeat;
}
a#flashstory_enter_btn {
	background-image:url(/images/buttons/btn_enter_flashstory.gif);
	background-repeat: no-repeat;
}
ul#list2 li a#link_btn_inter {
	margin-top:110px;
	margin-left:-180px;
}
ul#list2 {
	list-style-type:none;
	padding:0;
	margin:0;
}
ul#list2 li a {
	padding:0;
	margin:0;
	height:100px;
	width:216px;
	display: block;
	text-decoration:none;
	margin-top:-3px;
	margin-bottom:10px;
}
ul#list2 li a:hover {
	background-position:0 -100px;
}
/*****************************************************************************************/
ul#list li a#link_btn_inter {
	margin-top:110px;
	margin-left:-180px;
}
ul#list {
	list-style-type:none;
	padding:0;
	margin:0;
}
ul#list li a {
	padding:0;
	margin:0;
	height:100px;
	width:180px;
	display: block;
	text-decoration:none;
	margin-bottom:5px;
}
ul#list li a:hover {
	background-position:0 -100px;
}
a#more_btn {
	background-image:url(/images/buttons/more_stuff_btn.gif);
	background-repeat:no-repeat;
	width:180px;
	height:100px;
	display:block;
}
a#more_btn:hover {
	background-position:0 -100px;
}
a#next_story_btn {
	background-image:url(/images/buttons/next_story_btn.gif);
	background-repeat: no-repeat;
	display:block;
	width:180px;
	height:100px;
}
a#next_story_btn:hover {
	background-position:0 -100px;
}
a#continue_btn_story {
	background-image:url(/images/buttons/continue_btn.gif);
	background-repeat: no-repeat;
	display:block;
	width:180px;
	height:100px;
}
a#continue_btn_story:hover {
	background-position:0 -100px;
}