html
{
  background-color:     #ffffff
}

body
{

}

#content
{
  background:           #ffffff url(../img/intro/intro.e.jpg);
  width:                694px;
  height:               447px;
  border:               1px solid #cccccc;
  margin:               7% auto;
}

#content a img 
{
  border:0px;
  margin:2px 0px;
}


#content a:link,
#content a:visited 
{
  display:              block;
  margin:               300px 0px 0px 132px;
  width:                110px;
  border-bottom:2px solid white;
/*  background:           white url(../img/intro/arrows.png) right no-repeat;*/
}

#content a:hover,
#content a:active 
{
  border-bottom:2px solid black;
}

