body {
  text-align: center;
  font-family: verdana;
  font-size: 7pt;
  margin: 0px;
  color: white;
  }

body *{
  font-family: verdana;
  text-align: left;
  font-size: 7pt;
  color: white;
  }

a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  }

a:hover {
  text-decoration: underline;
  }
h1 {
  margin: 0px 0px 9px 0px;
  color: white;
}
p {
  margin: 0px 0px 6px 0px;
  line-height: 1.4em;
}

div {
  margin: 0px
  padding: 0px;
}


div#main {
  position: relative;
  width: 768px;
  height: 1000px;
  background-color: black;
  background-image: url(../img/mightymess-header.png);
  background-repeat: no-repeat;
  }

div#left {
  position: absolute;
  top: 175px;
  left: 50px;
  width: 150;
  }
div#image {
  position: absolute;
  top: 145px;
  left: 228px;
  width: 314;
  }

div#profile {
  position: absolute;
  top: 175px;
  left: 568px;
  width: 150;
  }

div#repertoire-bio {
  position: absolute;
  top: 460px;
  left: 268px;
  width: 450;
  }

