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

*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}

body > #wrap {
	height: auto;
	min-height: 100%;
	position: relative;
}
#main2 {
	background-color: #993366;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 1200px;
	width: 800px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #6A6A46;
	left: 0px;
	top: 0px;
}
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}
#main {
	background-color: #000000;
	height: 1000px;
	width: 895px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 0px;
}
#box1 {
	height: 227px;
	width: 425px;
	position: absolute;
	z-index: 1;
	left: 20px;
	top: 165px;
	border: 2px none #060;
	padding-top: 10px;
	padding-left: 10px;
}
#box2 {
	height: 500px;
	width: 425px;
	position: absolute;
	z-index: 1;
	left: 20px;
	top: 410px;
	background-color: #333;
	border: 2px solid #060;
	padding-top: 10px;
	padding-left: 10px;
}

#header {
	background-color: #000;
	height: 200px;
	width: 1100px;
	position: absolute;
	left: -109px;
	top: -17px;
}
#box3 {
	background-color: #333;
	height: 600px;
	width: 326px;
	position: absolute;
	left: 534px;
	top: 165px;
	border: 2px solid #060;
	padding-top: 10px;
	padding-left: 10px;
}


#main3 {
	background-color: #993366;
	height: 900px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#main4 {
	background-color: #993366;
	height: 1275px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#footer {
	position: relative;
	margin-top: -75px; /* negative value of footer height */
	height: 75px;
	clear:both;
	padding-top: 75px;
	text-align: center;
} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
#comiclay {
	height: 880px;
	width: auto;
	position: absolute;
	left: 199px;
	top: 146px;
	z-index: 1;
}
#comicnav {
	width: 150px;
	height: 150px;
	top: 1500px;
	left: 200px;
	z-index: 1;
}

#comictop {
	height: auto;
	width: auto;
	top: auto;
	background-color: #000;
}
#maincomic {
	background-color: #000;
	height: 1500px;
	width: 895px;
	position: relative;
	z-index: 1;
	left: 0px;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
}

