
body{
background-color: #000000;
background-repeat: repeat-x;
margin:0px;
padding:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#2d2d2d;
overflow-x:hidden;
}

#main{
position: relative;
background-image: url(images/start.jpg);
background-repeat: no-repeat;
width: 800px;
height: 650px;
top: 0px;
left: 50%;
margin-left: -400px;
}
#content{
position: absolute;
width: 360px;
height: 50px;
top: 561px;
left: 50%;
margin-left: -180px;
text-align: justify;
}

a img {
   filter:alpha(opacity=100); 
   -moz-opacity: 1.0; 
   opacity: 1.0;

   }

a:hover img {
   filter:alpha(opacity=60);   
   -moz-opacity: 0.6;   
   opacity: 0.6;

   }
   
