/* intro.css */


body
{
  background-color: white;
}

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


}

