/* (c) Windmill - (r) iof 20111115 1955 */
/* for the home page */

div.home_panel {
   background: #000000 url(../gfx/home-background-20.jpg) no-repeat;
   position: absolute;
   left: 165px;
   width: 755px;
   height: 615px;

}

div.home_top {
   position: absolute;
   left: 165px;
   top: 174px;
   width: 750px;
   height: 50px;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 21px;
   font-weight: normal;
   text-align: center;
   color: #ceaa68;
}

div.home_bot {
   position: absolute;
   left: 165px;
   top: 432px;
   width: 750px;
   height: 50px;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 21px;
   font-weight: normal;
   text-align: center;
   color: #ceaa68;
}


div.home_msg_1 {
   position: absolute;
   left: 165px;
   top: 478px;
   width: 750px;
   height: 50px;
   font-family: "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 15px;
   font-weight: normal;
   text-align: center;
   color: #ffffff;
}

span.homealert {
   position: absolute;
   left: 265px;
   top: 650px;
   width: 550px;
   padding: 6px 4px 8px 4px;
   background-color: #000000;
   font-family: "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
   text-align: center;
   color: #ffffff;
}

