body {
  background-color: #000000;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
  color:#000000;  
  padding:0px;
  margin:0px;
}


#contentstart { 	
  position:absolute;
  height:550px; 
  width:915px;
  margin:-270px 0px 0px -450px;
  top: 50%; 
  left: 50%;

  text-align: left;
  padding: 0px;
  background-color: #000000;
  background-image: url(img/bg_start.gif);
  background-repeat: no-repeat;
  border: 0px dotted #000000;
  overflow: auto;
}


#contentnews { 	
  position:absolute;
  height:550px; 
  width:915px;
  margin:-270px 0px 0px -450px;
  top: 50%; 
  left: 50%;

  text-align: left;
  padding: 0px;
  background-color: #000000;
  background-image: url(img/bg_news.gif);
  background-repeat: no-repeat;
  border: 0px dotted #000000;
  overflow: auto;
}


#contentbio { 	
  position:absolute;
  height:550px; 
  width:915px;
  margin:-270px 0px 0px -450px;
  top: 50%; 
  left: 50%;

  text-align: left;
  padding: 0px;
  background-color: #000000;
  background-image: url(img/bg_bio.gif);
  background-repeat: no-repeat;
  border: 0px dotted #000000;
  overflow: auto;
}


#contentref { 	
  position:absolute;
  height:550px; 
  width:915px;
  margin:-270px 0px 0px -450px;
  top: 50%; 
  left: 50%;

  text-align: left;
  padding: 0px;
  background-color: #000000;
  background-image: url(img/bg_ref.gif);
  background-repeat: no-repeat;
  border: 0px dotted #000000;
  overflow: auto;
}

#contentlinks { 	
  position:absolute;
  height:550px; 
  width:915px;
  margin:-270px 0px 0px -450px;
  top: 50%; 
  left: 50%;

  text-align: left;
  padding: 0px;
  background-color: #000000;
  background-image: url(img/bg_links.gif);
  background-repeat: no-repeat;
  border: 0px dotted #000000;
  overflow: auto;
}

#contentcontact { 	
  position:absolute;
  height:550px; 
  width:915px;
  margin:-270px 0px 0px -450px;
  top: 50%; 
  left: 50%;

  text-align: left;
  padding: 0px;
  background-color: #000000;
  background-image: url(img/bg_contact.gif);
  background-repeat: no-repeat;
  border: 0px dotted #000000;
  overflow: auto;
}





p, h1 {
margin: 0px; 
padding: 10px; 
}
h1 {
font-size: 11px;
text-transform:uppercase;
text-align: right;
color: #564b47;
background-color: #90897a;
}

a { 
color: #ff66cc;
font-size: 11px;
background-color:transparent;
text-decoration: none; 
}