@charset "UTF-8";
/* CSS Document */


body {

   margin: 0px; 
   background-color: #0C111C;
   font-family: Arial, Helvetica, sans-serif;
   
   }

a {color: #AEB6DD;
   text-decoration: underline;}


.img_icon {margin-left: 7px;}

#frame {
   width: 800px; 
   height: 650px; 
   background-image:url(img/bg_1.jpg); 
   overflow:hidden;
   margin-top: 15px;
}

#frame2 {
   width: 800px; 
   height: 650px; 
   background-image:url(img/bg_2.jpg); 
   overflow:hidden;
   margin-top: 15px;
}


#content_area_1 {
   width: 350px;
   position: relative;
   top: 20px;
   left: 400px;
   background-color: #000;
   -moz-opacity: 0.6;opacity: 0.6;   
   filter:alpha(opacity=60);
   
   color: #fff;
   font-size: 12px;
   line-height:18px;
}


#content_area_2 {
   width: 150px;
   height: 200px;
   position: relative;
   top: 100px;
   left: 40px;
   background-color: #000;
   -moz-opacity: 0.6;opacity: 0.6;   
   filter:alpha(opacity=60);
   
   color: #fff;
   font-size: 10px;
   line-height:18px;
}

#content_area_1 b, strong{
   color: #FFCC99; 
}

.pad_me {
   margin-left: 10px;
   margin-right: 10px;

}

