
* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 
 background-image: url(../images/bg.jpg);
 background-repeat: repeat-x;
 background-color: #39414a;
 height: 100%; width: 100%;
}
#wrapper { 
 margin: 0 auto;
 width: 840px;
}
#header {
 width: 840px;
 color: #333;
 height: 157px;
 margin: 0px 0px 0px 0px;
}
#content { 
 width: 800px;
 color: white;
 background-color: #151515;
 margin: 0px 0px 0px 0px;

 min-height:350px;
 height:auto !important;
 height:350px; 

 padding: 20px;
 padding-top: 46px;
}
#contentInside {
}

#contentLeft {
    width: 530px;
    float: left;
    padding-right: 45px;
}

#contentRight {
    width: 210px;
    float: left;
    padding-top: 4px;
}

#footer { 
 color: white;
 width: 824px;
 background: #0c1e36;
 margin: 0px 0px 0px 0px;
 padding: 8px;
 padding-bottom: 10px;
 font-size:10px;
}

#fade { /*--Transparent background layer--*/
 display: none; /*--hidden by default--*/
 background: #000;
 position: fixed; left: 0; top: 0;
 width: 100%; height: 100%;
 opacity: .80;
 z-index: 9999;
}
