html, body{ 
margin: 0; 
padding: 0; 
text-align: left; 
font-family : Sans-Serif, Arial, Courier;
background: #F3F3F3;
} 

#page{ 
width: 980px; 
height: auto;
text-align: left;   
margin-right: auto; 
margin-left: auto;
} 

#background{
position: absolute; 
width: 980px; 
height: 1000px;
text-align: left;   
margin-top: 140px; 
margin-left: 0px;
background: #434973;
}

#header{
position: absolute; 
width: 980px; 
height: 140px;
background: #111150;
border: 0px solid blue;
} 

#in{
position: absolute; 
width: 980px; 
height: 96px;
margin-top: 20px;
background: #6F7AC0 url(images/logoheader.png) 350px 7px no-repeat;
border: 0px solid blue;
} 

#nav{
position: absolute; 
width: 200px; 
height: 1120px;
margin-top: 0px;
margin-left: 20px;
background: #6F7AC0 url(images/logo.jpg) 0px 20px no-repeat;
border: 0px solid blue;
} 

#nav a,#nav a:active{
display: block;
width: 200px; 
height: 20px;
margin-top: 5px;
margin-left: 0px;
background: #111150;
color: #FFFF80;
font-size: 12px;
font-weight: bold;
text-decoration: none;
text-indent: 10px;
padding-top: 4px;
outline:0; -moz-outline:0;
} 

#nav a:hover{
display: block;
width: 200px; 
height: 20px;
margin-top: 5px;
margin-left: 0px;
background: #434973;
color: #FFFF80;
font-size: 12px;
font-weight: bold;
text-decoration: none;
text-indent: 10px;
padding-top: 4px;
outline:0; -moz-outline:0;
} 

#foot{
position: absolute; 
width: 980px; 
height: 20px;
margin-top: 1110px;
margin-left: 0px;
background: #111150;
border: 0px solid blue;
} 

#main{
position: absolute; 
width: 720px; 
height: 930px;
margin-top: 160px;
margin-left: 240px;
background: #434973;
border: 0px solid silver;
} 

#main iframe{
position: absolute; 
width: 720px; 
height: 930px;
margin-top: 0px;
margin-left: 0px;
background: #434973;
border: 0px solid silver;
} 
