html {
    overflow-y: scroll;
    height: 100%;
    margin-bottom: 1px;
    background: #111;
}
body{
background:#111 url(/images/bg-repeat.jpg) repeat scroll left top;
color:#999;
font:lighter 12px/16px Helvetica,Arial !important;
height:98%;
margin:0 !important;
padding:0;
width:100%;
}
ul,ul li{
list-style:outside none none;
padding:0
}
#header #toplogo {
    float: left;
    margin-top: 15px;
    margin-left: 10px;
}
.clear {
    clear: both;
    height: 25px;
    font-size: 1px;
    line-height: 1px;
    background: none;
}