* { padding: 0; margin: 0; }

body {
 background: black;
 background-image: url(http://www.joejerome.com/img/patternbg.jpg);
 background-repeat: repeat;
 background-position: center; 
 text-align: center;
 font-family: Trebuchet MS, Trebuchet, Arial, Verdana, Helvetica, sans-serif;
 font-size: 13px;
 font-color: #FFFFFF;
}
a:link {color: #ffffff; text-decoration: none; font-weight: bold;}
a:hover {color: #ffffff; text-decoration: underline; font-weight: bold;}
a:visited {color: #ff6666; text-decoration: underline; font-weight: bold;}
p {

}
h1 {
font-size: 10px;
color: white;
text-align: right;
margin-right: 10px;
padding-top: 1.1%;
}
#wrapper { 
 width: 750px;
 height: 1190;
 margin-left: auto;
 margin-right: auto;
 margin-top: 15px;
 margin-bottom: auto;
 text-align : center;
 background: url(http://www.joejerome.com/img/comic/ComicContent.jpg);
 background-repeat: no-repeat;
 background-color: #000000;
}
#header {
 width: 750px;
 color: #333;
 padding: 0px;
 border: 0px solid #ccc;
 height: 85px;
 margin: 0px 0px 0px 0px;
 background: #000000;
 text-align : center;
}
#content {
 width: 750px;
 height: 533px;
 padding: 0px;
 border: 0px solid #ccc;
 margin-right : auto;
 margin-left : auto;
 float: left;
}
#main { 
 margin: 0px 0px 0px 0px;
 height: 300px;
 width: 750px;
 float: left;
 text-align: left;
 margin-right : auto;
 margin-left : auto;

}
#second { 
 float: left;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 200px;
 width: 750px;
 display: inline;
 text-align: left;
 margin-right : auto;
 margin-left : auto;

}
#footer { 
 clear: both;
 width: 750px;
 height: 71px;
 color: #000000;
 border: 0px solid #ccc;
 background-image:  url(../img/content/Footer.jpg);
 background-repeat: no-repeat;
 margin: 0px px 0px 0px;
 padding: 0px;
 margin-right : auto;
 margin-left : auto;
 text-align: left;
 float: bottom;

}
