body {    
    text-align         : center;
    min-width          : 904px;
    background-color   : #000000;    
}

#mainpage-div {
    margin-left        : auto;
    margin-right       : auto;   
    width              : 904px;
    position           : relative;
}

#logo-div {
   position           : absolute;
   top                : 50px;
   left               : 0px;
   width              : 904px;                         
   height             : 78px;              
   background-color   : #336699;
   color              : #000000;
   font-family        : sans-serif;
   font-size          : 20px;
   text-align         : center;                       
}

#content-iframe {
   position           : absolute;
   left               : 0px;
   top                : 154px;
   width              : 901px;                         
   height             : 500px;                          
   border             : 1px solid #336699;            
   background-color   : #000000;
}

.mainSubdiv1
{
   position         : absolute;
   top              : 0px;
   left             : 0px;   
   width            : 854px;                                                               
   background-color : #000000;
   padding-left     : 10px;
   padding-top      : 10px;   
   color            : #ffffff; 
   font-family      : sans-serif;
   font-size        : 15px;
   text-align       : left;
   margin-left      : 10px;
}

.mainSubdiv2
{
   position         : absolute;
   top              : 250px;                                                             
   left             : 0px;  
   width            : 854px;                                                             
   background-color : #000000;
   padding-left     : 10px;
   padding-top      : 10px;   
   color            : #ffffff;
   font-family      : sans-serif;
   font-size        : 15px;
   text-align       : left;
   margin-left      : 10px;
}
