a {
	color: #C4CCB2;
	background-color: inherit;
}
a:hover {
	color: #ECAE06;
	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;
	/*color: #73be1e;*/
	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;
}
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;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFCC00;
	text-decoration:none;
	display: block;
	text-decoration:none;
	margin-bottom:5px;
}
ul#list li a:hover {
	background-position:0 -100px;
	color:#FFFFFF;
	text-decoration: underline;
}

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;
}

ul#listTales li {
/* list-style-type:none; */
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#660000;
	margin-bottom:5px;
}
ul#listTales li a {
	color:#660000;
	text-decoration:none;
	display: block;
	margin-bottom:5px;
}
ul#listTales li a:hover {
	background-position:0 -100px;
	color:#ECAE06;
	text-decoration: underline;
}

