
/* CSS Document */
* {
margin : 0;
}   

html, body  {
height : 100%;
font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
color : #fff;
background-color : #98adba;
}
#push {
height : 160px;
text-decoration : none;
}
#header {
text-decoration : none;
width : 100%;
background-color : #333;
height : 150px;
}
#headerwrapper {
text-decoration : none;
width : 800px;
margin-right : auto;
margin-left : auto;
}
#content {
text-decoration : none;
width : 100%;
}
#contentwrapper {
text-decoration : none;
width : 800px;
margin-right : auto;
margin-left : auto;
}
#footer {
height : 160px;
background-color : #333;
width : 100%;
}
#footerwrapper {
text-decoration : none;
width : 800px;
margin-right : auto;
margin-left : auto;
} 