@charset "utf-8";
/* CSS Document */

body,td,th {
	color: #FFF;
}
body {
	background-color: #000;
}
h1 {
	display: none;
}
ul
{
	list-style: none;
	padding:0px;
	margin:0px;
	display: block;
}
li {
	background-repeat: no-repeat;
	float: left;
	display: block;
	text-indent: -9999px;
}	
#wrapper {
	clear: both;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#top_logo {
	margin: 5px auto;
	clear: both;
	height: 150px;
	width: 725px;
	background-image: url(../images/main_images/top-logo.png);
	background-repeat: no-repeat;
}
#tall_menu {
	height: 1014px;
	width: 330px;
	margin-top: 0px;
	float: left;
}
#top_design {
	float: left;
	height: 270px;
	width: 330px;
	background-image: url(../images/links/main_link_sprite_grey.png);
	background-repeat: no-repeat;
}
#list {
	float: left;
	height: 255px;
	width: 330px;
	list-style: block;
}
#comics {
	background-image: url(../images/links/main_link_sprite_grey.png);
	background-repeat: no-repeat;
	background-position: 0px -250px;
	float: left;
	height: 75px;
	width: 330px;
	display: block;
}
#comics a:hover{
	background: url(../images/links/main_link_sprite_white.png);
	background-repeat: no-repeat;
	background-position: 0px -250px;
}
#books {
	float: left;
	height: 60px;
	width: 330px;
	background-image: url(../images/links/main_link_sprite_grey.png);
	background-repeat: no-repeat;
	background-position: 0px -325px;
	display: block;
}
#books a:hover{
	background: url(../images/links/main_link_sprite_white.png);
	background-repeat: no-repeat;
	background-position: 0px -325px;
}
#merch {
	background-image: url(../images/links/main_link_sprite_grey.png);
	background-position: 0px -380px;
	float: left;
	height: 60px;
	width: 330px;
	display: block;
}
#merch a:hover{
	background: url(../images/links/main_link_sprite_white.png);
	background-repeat: no-repeat;
	background-position: 0px -380px;
}
#contact {
	background-image: url(../images/links/main_link_sprite_grey.png);
	background-position: 0px -433px;
	float: left;
	height: 60px;
	width: 330px;
	display: block;
}
#contact a:hover{
	background: url(../images/links/main_link_sprite_white.png);
	background-repeat: no-repeat;
	background-position: 0px -433px;
}
#bottom_design {
	float: left;
	height: 489px;
	width: 330px;
	background-image: url(../images/links/main_link_sprite_grey.png);
	background-position: 0px 489px;
}
#stand_wolf {
	background-image: url(../images/links/standing-wolf.png);
	margin: 20px;
	float: right;
	height: 300px;
	width: 300px;
}
#about_box {
	float: left;
	height: 535px;
	width: 650px;
	margin-top: 55px;
	margin-bottom: 15px;
	background-image: url("../images/main_images/dialogue_box_outline.png");
	background-repeat: no-repeat;
	margin-left: 20px;
}
#about_text {
	height: 350px;
	width: 600px;
	margin-top: 75px;
	margin-left: 25px;
	font-family: "Times New Roman", Times, serif;
	color: #000;
	font-size: 20px;
}
#copyright {
	clear: both;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	width: 810px;
	font-size: 18px;
	text-align: center;
}