* {
margin: 0;
padding: 0;  
}

html, body {
min-height: 100.1%;
}

.hide {
position: absolute;
top: -5000px;
left: -5000px;
}

.floatwrapper:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
}

#mainwrapper-outer {
margin: 0 0 0 160px;
}

/* extra CSS required for this layout */
#mainwrapper-inner {
float: left;
width: 100%;
}

#content {
float: right;
width: 100%;
}

/* end extra CSS */
#navigation {
float: left;
position: relative;
margin-left: -160px;
width: 160px;
height: 1%;
zoom: 1;
}

#footer {
/*padding: 1em 2em;*/
}



