body
{
   width: 770px;
   margin: auto; 
   margin-top: 10px; 
   margin-bottom: 20px;   
   background-color: #000000;
   color: white;
   }

/* la baniere */

#intro
{
   width: 790px;
   height: 350px;
   margin-top: 120px;
   background-image: url("intro.gif");
   background-repeat: no-repeat;
   margin-bottom: 0px;
}
#intro a
{
display: block;
text-decoration: none;
background: url("intro.png") no-repeat;
width: 790px;
height: 350px;
}

#intro a:hover
{

text-decoration: none;
background: url("intro.png") no-repeat;
}

