/* intro.css */


body
{
  background-color: white;
}

#intropanel
{ 
  position: relative;
  width: 820px;
  height: 438px;
  background-color: #f1f1f1;
  text-align: left;
 
  
}

#topmenubox
{
  float: left;
  color: #551a8b;
}

#topmenubox a
{
  color: #8f8f8f;
}


#topmenubox img
{
  display: block;
  float: left;
}


#topmenubox a img
{
  display: block;
  float: left;
  border: 0px;
  margin: 11px 6px;
}