html {
	height: 100%;
}
body {
	background-color: #cccccc;
	color: #FFFFFF;
	text-align: center;
	font: 16px "Courier New", Courier, monospace;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
a {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	color: #999999;
}
img {
	border: none;
}
#container {
	background-image: url(../images/backgrounds/container_bkg.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center bottom;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	min-height: 100%;
}
#title_bar {
	height: 80px;
	padding: 5px 0px 5px 0px;
}
#title_bar img {
	margin: 0px 20px 0px 20px;
}
#menu_bar {
	background-image: url(../images/backgrounds/menu_bar_bkg.gif);
	background-repeat: no-repeat;
	padding-left: 70px;
	height: 40px;
}
#menu_bar  a  {
	display: inline;
	float: left;
	margin: 0px 5px 0px 5px;
	width: 100px;
	height: 40px;
}
#menu_bar a:hover {
	background-position: -100px;
}
#menu_bar #menu_comics {
	background-image: url(../images/buttons/menu_comics.gif);
}
#menu_bar #menu_cast {
	background-image: url(../images/buttons/menu_cast.gif);
}
#menu_bar #menu_links {
	background-image: url(../images/buttons/menu_links.gif);
}
#menu_bar #menu_contact {
	background-image: url(../images/buttons/menu_contact.gif);
}
#menu_bar #menu_store {
	background-image: url(../images/buttons/menu_store.gif);
}
#menu_bar #menu_yinz {
	background-image: url(../images/buttons/menu_yinz.gif);
}
.bold_text {
	font-size: 18px;
	font-weight: bold;
}
.large_text {
	font-size: 36px;
}