* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #000;
}

a {text-decoration: none;}
a img {border: none;}
a:link, a:visited {color: #838181;}
html body a:hover {color: #838181; text-decoration: underline;}

/* BEGIN: main section sizes */

#wrapper { 
 margin: 0 auto;
 width: 958px;
}
#content {
 width: 958px;
 height: 651px;
 color: #fff;
 padding: 0px 0px 0px 0px;
 margin: 43px 0px 0px 0px;
 background: #000;
}
#text {
 position:absolute;
 left:-10000px;
 top:auto;
 width:0px;
 height:0px;
 overflow:hidden;
}
#footer { 
 width: 958px;
 color: #838181;
 margin: 0px 0px 15px 0px;
 padding: 15px 0px 0px 0px;
 text-align: center;
 font-size: 11px;
}




