body {
   background-color: black;
   margin-top: 10px;
   text-align: center;
}
#main_div {
   background-image: url(../img/bgg.jpg);
   background-repeat: no-repeat;
   background-position: top;
   width: 972px;
   height: 542px;
   margin: 0px auto;
   padding-top: 25px;
}
#content_div {
   /*background-image: url(../img/content_bg.png);*/
   width: 800px;
   /*height: 600px;*/
   display: none;
   padding: 5px;
   border: 1px silver solid;
   margin-left: 50px;
   margin: 0px auto;
   text-align: left;
   overflow: hidden;
   position: absolute;   
   background-image: url('../img/content_bg.png');
   /*background-color: white;*/
   /*  //background-image: url(img/spacer.png);  */
   //background-image: url('img/trans_bg_1_1.png');
   //filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/content_bg_1_1.png', sizingMethod='scale');
   /*For IE and other Suck*/ 
   /*filter:alpha(opacity=75);*/
   /*-moz-opacity: 0.75;*/
   /*opacity: 0.75;*/
}
#bottom_menu {
   width: 600px;
   height: 25px;
   margin: 0px auto;
}
#bottom_slider {
   position: absolute;
}
#adler_image {
   background-image: url(../img/eagle.png);
   width: 206px;
   height: 271px;
   float: right;
}
#head_image {
   background-image: url(../img/head_logo.png);  
   width: 560px;
   height: 70px;
}
#head_div {
   color: silver;
   font-size: 25px;
   width: 800px;
   height: 80px;
   margin: 0px auto; 
   text-align: left;
}
.bottom_menu_class {
   float: left;
   color: silver;
   margin-right: 15px;                   
}
.button_class {
   background: #7DAAFD;
   border: 1px outset #045CFD;
   width: auto;
   color: #ffffff;
   font: 9pt Arial;
}

a:link{ color: #4B618E; text-decoration:none;font-family: verdana; font-size: 10pt;}
a:visited{color:#7F92B8;text-decoration:none;font-family: verdana; font-size: 10pt;}
a:active{ color:#D0D2D7;text-decoration:none;font-family: verdana; font-size: 10pt; }
a:hover{ color: #4B618E;background-color:none;  text-decoration:none;font-family: verdana; font-size: 10pt; }

.bottom_menu_class a:link{ color: #7F92B8; text-decoration:none;font-family: verdana; font-size: 10pt;}
.bottom_menu_class a:visited{color:#7F92B8;text-decoration:none;font-family: verdana; font-size: 10pt;}
.bottom_menu_class a:active{ color:#D0D2D7;text-decoration:none;font-family: verdana; font-size: 10pt; }
.bottom_menu_class a:hover{ color: #4B618E;background-color:none;  text-decoration:none;font-family: verdana; font-size: 10pt; }
