#mainContainer
{
  margin: 0px auto 0px auto;
  width: 1000px;
  height: 650px;
  border: 2px solid #101010;
  background: url('../img/bg-index.jpg');
}

#internetExplorer
{
  font: normal 12px Verdana;
  color: #666666;
  text-align: left;
  margin: 30px auto 0px auto;
  width: 400px;
}
#internetExplorer a
{
  text-decoration: none;
}

.menuItem { position: relative; }
.menuItem a
{
  width: inherit;
  height: inherit;
  display: block;
}

#bio
{
  top: 199px;
  left: 711px;
  width: 121px;
  height: 152px;
}
#bio:hover { background: url('../img/bio-on.jpg'); }

#contact
{
  top: -8px;
  left: 143px;
  width: 137px;
  height: 105px;
}
#contact:hover { background: url('../img/contact-on.jpg'); }

#exhib
{
  top: -153px;
  left: 523px;
  width: 123px;
  height: 94px;
}
#exhib:hover { background: url('../img/exhib-on.jpg'); }

#gallery
{
  top: -59px;
  left: 416px;
  width: 149px;
  height: 109px;
}
#gallery:hover { background: url('../img/gallery-on.jpg'); }

#me
{
  position: relative;
  top: -214px;
  left: 273px;
  width: 170px;
  height: 413px;
}

