/* CSS Document */
/* reset borwser defaults for consistency */
html, body, div, span, h1, h2, h3, p, a, img, li, ol, ul, fieldset, form, label, legend {
margin:0px;
padding:0px;
border: 0px;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
line- height: 1px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
text-align: left;
vertical-align:baseline;
}
/*remove bullits form list items*/
ol, ul {
list-style: none;
}
.wrapper{
position: absolute; top:0px; left:0px; width:100%; 
}
.container{
position:relative; margin-left:auto; margin-right:auto; width:100%;
}
.header{
color:#000000;
font-size:0.6em;
width:100%;
}
.header li{
float:left; display:inline;
}
.header a{
color:#000000;
text-decoration:none;
}
.footer{
color: #000000;
font-size:0.6em;
width:100%;
}
.footer li{
float:left; display:inline;
}
.mainbody{
background-color:#ffffff; 
}

