﻿ body{
 background:#666 url(images/bg.gif);
 text-align: center;
 }
 
 div#main_container{
 margin: 10px auto 10px auto;
 width: 975px;
 height: 100%;
 text-align: left;
 }
 
 div#box1{
 position: absolute;
 background-color: #003F1F;
 width: 975px;
 height: 200px;
 border-width: 1px;
 border-style: solid;
 border-color:#FFFFFF;
 z-index: 1000;
 padding: 0px 0px 0 0px;
 }
 
 div#box2{
 position: absolute;
 background-color: #003F1F;
 margin: 212px 0 10px 0;
 width: 975px;
 height: 50px;
 border-width: 1px;
 border-style: solid;
 border-color:#FFFFFF;
 z-index: 100;
 padding: 0 0 0 0;
 }
 
 div#box3{
 background-color: #003F1F;
 background-image: url('watermerk2.gif');
 background-position: center;
 position: absolute; 
 width: 975px;
 height: 904px;
 margin: 272px 0 0 0;
 padding: 0 0 0 0;
 text-align: left;
 border: 1px; 
 border-style: solid; 
 border-color:#FFFFFF;
 z-index: 10;
 background-repeat: no-repeat;
}
 
 /* IE only */
 

 * html body{
 overflow: scroll;
 }
 
  * html 
 div#box1{
 position: absolute;
 }
 
   * html 
div#box2{
position: absolute;
}

  * html 
div#box3{
position: absolute;
}

