* {
    padding: 0;
    margin: 0;
} 

body {
background: #555 ;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #333333;
overflow: hidden;
}

img { border: none; }
a { font-size: 10px;color: #CCCC99; text-decoration:none;  }
a:hover { font-size: 10px; text-decoration: none; color : #ffffff; }

#wrap {
margin: 0px auto 0 auto;
width: 888px;
}
#header {
width: 200px;
margin: 0 0 10px 700px;
color: #CCCC99;
float: right;
}


#content {
padding-top: 100px;
background: #555 ;
font-size: 16px;
color: #CCCC99;
width: 848px;
}

#footer {
background: url(images/footer.jpg) no-repeat ;
text-align: right;
width: 848px;
color: #eee;
font-size: 11px;
padding: 0 0 15px 0;
}