@charset "utf-8";

html, body {
	background-attachment: fixed;
	background-image: url(images/background_image.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	top: 0px;
	height: 100%;
	padding: 0px;
}
#main_container {
	width: 800px;
	position: relative;
	background-color: #F0F0F0;
	;
	float: none;
	padding: 0px;
	height: auto;
	margin: 0px;
	border: 1px solid #A40000;
	top: 10px;
}
#banner {
	width: 780px;
	position: relative;
	top: 0px;
	float: none;
	margin-left: 5px;
}
#slideshow {
	position: relative;
	width: 800px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}


#comic_nav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	width: 780px;
	position: static;
	left: 10px;
	right: 10px;
	top: 10px;
	background-color: #F9F9F9;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	border: 1px solid #666666;
}
#news_post {
	float: left;
	width: 600px;
	position: static;
	top: 15px;
	left: 10px;
	bottom: 10px;
	height: auto;
	background-color: #f9f9f9;
	;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	margin-left: 5px;
	padding: 3px;
	border: 1px solid #666666;
}
#news_post #data {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #950000;
	text-decoration: none;
	text-indent: 0px;
}

#new_comics {
	width: 150px;
	position: static;
	top: 15px;
	float: right;
	right: 10px;
	background-color: #f9f9f9;
	border: 1px solid #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px;
}
