html, body {
text-align: center;
height: 100%;
background: white url(http://tuxrox.net/images/background.gif) top center repeat-y;
}

#wrapper {
text-align: left;
width: 760px;
margin: 0px auto;
min-height: 100%;
height: auto !important;
height: 100%;
margin-bottom: -50px;
background: white;
}


#header {
background: white url(http://tuxrox.net/images/banner.jpg) top center;
height: 200px;
}

#leftnav {
float: left;
width: 160px;
margin: 0;
padding: 1em;
background: orange;
}

#content {
margin-left: 5em;
margin-right: 5em;
margin-top: 2em;
padding: 1em;
max-width: 36em;
}

#footer {
width: 760px;
height: 35px;
margin: 0px auto;
padding-top: 15px;
text-align:left;
position: relative;
color: white;
font-size:80%;
background: white url(http://tuxrox.net/images/footer.png) top center;
}

#footer p {
padding-left: 20px;
}
#footer .copyright {
padding-right: 15px;
float: right;
}
#w3cButtons{
position: absolute;
left:100px;
top:50px;
}
.clearfooter {
height: 50px;
clear: both;
}