html{ 
overflow: -moz-scrollbars-vertical; 
}
html{ 
overflow-x: auto; 
}
body{
margin:0;
padding:0;
background-color:silver;
}
#container{
position:absolute;
width:100%;
min-width:1000px;
min-height:695px;
}
#header{
background:url(../images/headersection.jpg);
height:120px;
background-repeat:no-repeat;
background-repeat:repeat-x;
margin:0;
padding:0;
}
#logo{
position:absolute;
top:34px;
left:12px;
margin:0;
padding:0;
}
#menucontainer{
margin:0;
padding:0;
border-bottom:1px solid silver;
}
#content_container{
width:955px;
margin:0 auto;
padding:0;
padding-bottom:1px;
font-size: 16px;
background-color:white;
}
#content{
margin:0 auto;
padding-top:40px; 
margin-bottom:0;
width:805px;
min-height:718px;
margin-bottom:90px;
font-family: Arial,Helvetica;
position:relative;
}
#main_header{
font-size:22px;
}
#footer{
position:absolute;
left:0;
bottom:0;
width:100%;
font-size:14px;
text-align:center;
padding:0;
font-family: Arial,Helvetica;
}
#footer a{
text-decoration:none;
color:black;
}
a{
text-decoration:none;
}
h1{
font-size:24px;
}
#img1{
position:absolute;
z-index:1;
top:150px;
left:60px;
}