/* BEGIN FOOTER WRAP ARGUMENTS */
* {	
	margin: 0;
}

html {
	overflow: scroll;
}

html, body {
    height: 100%;

} /* END FOOTER WRAP ARGUMENTS */

body {
	background: #454545;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

div#everything-div {
	width: 800px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	border: 0;
}

img#header-img {
	border: 0;
	margin-bottom: 0px;
}

img#links-rollover {
	border: 0;
	position: relative;
	top: -241px; /* -241 is the actual size of the header image */
}

div#content-div {
	width: 756px;
	height: 300px;
	position: relative;
	top: -242px; /* -242 is one pixel bigger than header to make the content div touch the header exactly */
	margin-top: 0px;
	margin-bottom: 0px;
	border-left: 2px solid;
	border-right: 2px solid;
	border-bottom: 0px solid;
	border-top: 2px solid;
	border-color: #000000;
	background: #FFFFFF;
	
	/* FOOTER WRAP SHIT BELOW */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -0em; /* something about getting the footer to touch the main content div*/
}

div.content-text-div {
	margin-left: 1em;
	margin-right: 1em;
}

img#comic-navigation-img {
	border: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 54px;
}

img#comic-links-rollover, img#comic-links-rollover1 {
	border: 0;
	position: relative;
	top: -24px;
	margin-left: 58px;
}

div#comic-div {
	border: 0;
	text-align: center;
	position: relative;
	top: -24px;
}

img.comic {
	border-style: solid;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 0px;
	border-bottom: 0px;
}

div#comic-nav-bottom-div {
	position: relative;
	top: -24px;
}
	
div#footer-div {
	margin-top: 0px;
	position: relative;
	top: -242px; /* -242 is necessary to make the footer div touch the content div */
	
	/* FOOTER WRAP SHIT BELOW*/
	height: 1em;
}

img#footer-img {
	border: 0;
}

/* FOOTER WRAP SHIT */
.footer, .push {
    height: 1em;
}