
body 
{ 
    margin-top: 0px; 
    margin-right: 0px; 
    margin-left: 0px; 
    margin-bottom: 0px;
    text-align:center; 
    font-family: verdana; 
    background-image:url(images/bg.jpg);
    background-repeat: repeat;      
}

#container { 
    width: 760px;   
    height: 500px;   
    z-index: 3;   
    position: relative;  
    margin: 0 auto;    
    margin-top:30px;
    background-color: #99ccff;
}
  
#header {
    position: absolute;
    z-index: 1;
    top:0px;
    left:0px;
    width: 760px;
    text-align:left;
    /*border-style: solid;*/
}

#middle {
    position: absolute;
    width:760px;
    top:175px;
    left:0px;
    height: 75px;
 
   /*border-style: solid;*/
}

#middlecontent {
   position: absolute;
   left: 430px;
   top:0px;

}

#bottom {

    position: absolute;
    width:760px;
    top:265px;
   /* margin-top:0px;*/
    left:0px;
    height: 250px;
   /* border-style:solid;*/

}


.error { color:FF0000;
        font-weight: bold; 
        font-size: 9px; 
        padding-left: 0px;
        padding-right:0px;
        }