* { 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;
 color: #c7c7c7;

}
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 {
margin-left: 405px;
margin-right: 15px;
text-align: left;
}
h1 {
font-size: 10px;
color: white;
text-align: right;
margin-right: 10px;
padding-top: 1.1%;
}

#wrapper { 
 width: 750px;
 margin-left: auto;
 margin-right: auto;
 margin-top: 15px;
 margin-bottom: auto;
 text-align : center;
}
#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: 454px;
 background-image: url(../img/about/content.jpg);
 background-color: #2a2a2a;
 padding: 0px;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
 margin-right : auto;
 margin-left : auto;

}
#footer { 
 clear: both;
 width: 750px;
 height: 36px;
 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: right;

}
#divider {
 margin-left: 12px;
 margin-right: 12px;
 border-bottom:1px dotted #444;
 padding-bottom:1em;
 color: #b7b7b7;
}