body {
  background-image:url('images/full-bg.gif');
  background-repeat:no-repeat;
  background-color:black;
}
a:link {
color: #ffffff; text-decoration: underline; 
}
a:active {
color: #ffffff; text-decoration: underline; 
}
a:visited {
color: #ffffff; text-decoration: underline; 
}
a:hover {
color: #ff0000; text-decoration: none; 
}
a {
   outline: 0;
}
li {margin: .4em 0}



#wrapper 
{ 
 position: relative;
 margin: 0 auto; 
 padding: 0; 
 width: 900px; 
 height: 612px;
 text-align: left; 
} 

#header {
  width: 900px;
  height: 100px;
  position: absolute;
  top: -8px;
  z-index: 1
}
 
#content {
  color: white;
  font-family: Verdana;
  font-size: 10pt;
  position: absolute;
  height: 440px;  
  top: 160px;
  left: 210px;
  width: 520px;
  font-family: Verdana;
  font-size: 10pt;
  line-height: 1.05;
  }
  
#image {
  width: 150px;
  height: 150px;
  position: absolute; 
  top: 160px;
  left: 749px;
}

#footer {
  width: 900px;
  position: absolute;
  top: 650px;
  height: 12px;
  z-index: 1;
  color: white;
  font-family: Arial;  
  font-size: 7pt;
  text-align: center;
}

h1{
  margin-top: 0px; 
  color: white;
  font-size: 11pt;
  font-family: Verdana;
}

a.home {
  background: transparent url(images/home-button.png) no-repeat;
  display: block;
  width: 135px;
  height: 50px;
  position: absolute;
  top: 145px;
  left: 10px; 
  text-decoration: none;
}
a.home:hover {
  background-position: 0 -50px;
}
a.services {
  background: transparent url(images/services-button.png) no-repeat;
  display: block;
  width: 135px;
  height: 50px;
  position: absolute; 
  top: 217px;
  left: 10px;
  text-decoration: none;
}
a.services:hover {
  background-position: 0 -50px;
}
a.people {
  background: transparent url(images/people-button.png) no-repeat;
  display: block;
  width: 135px;
  height: 50px;  
  position: absolute;
  top: 289px;
  left: 10px;
  text-decoration: none;
}
a.people:hover {
  background-position: 0 -50px;
}
a.contact {
  background: transparent url(images/contact-button.png) no-repeat;
  display: block;
  width: 135px;
  height: 50px;
  position: absolute; 
  top: 361px;
  left: 10px;
  text-decoration: none;
}
a.contact:hover {
  background-position: 0 -50px;
}
a.links {
  background: transparent url(images/links-button.png) no-repeat;
  display: block;
  width: 135px;
  height: 50px;
  position: absolute;  
  top: 433px;
  left: 10px;
  text-decoration: none;
}
a.links:hover {
  background-position: 0 -50px;
}

a.editorial_and_writing {
  background: transparent url(images/editorial_and_writing.png) no-repeat;
  display: block;
  width: 80px;
  height: 60px;
  position: absolute;
  top: 300px;
  left: 20px;
  text-decoration: none;
}

a.editorial_and_writing:hover {
  background-position: 0 -60px;
}

a.public_affairs {
  background: transparent url(images/public_affairs.png) no-repeat;
  display: block;
  width: 80px;
  height: 60px;
  position: absolute;
  top: 300px;
  left: 120px;
  text-decoration: none;
}
a.public_affairs:hover {
  background-position: 0 -60px;
}
a.crisis_media {
  background: transparent url(images/crisis_media.png) no-repeat;
  display: block;
  width: 80px;
  height: 60px;
  position: absolute;
  top: 300px;
  left: 220px;
  text-decoration: none;

}
a.crisis_media:hover {

  background-position: 0 -60px;
}
a.personal_reputation{
  background: transparent url(images/personal_reputation.png) no-repeat;
  display: block;
  width: 80px;
  height: 60px;
  position: absolute;
  top: 300px;
  left: 320px;
  text-decoration: none;
}
a.personal_reputation:hover {

  background-position: 0 -60px;
}
a.additional_services {
  background: transparent url(images/additional_services.png) no-repeat;
  display: block;
  width: 80px;
  height: 60px;
  position: absolute;
  top: 300px;
  left: 420px;
  text-decoration: none;
}
a.additional_services:hover {
  background-position: 0 -60px;
}

a.home_highlight {
  background: transparent url(images/home-button.png) no-repeat;
  display: block;
  width: 135px;
  height: 50px;
  position: absolute;
  background-position: 0 -50px;
  top: 145px;
  left: 10px; 
  text-decoration: none;
}

a.services_highlight {
  background: transparent url(images/services-button.png) no-repeat;
  display: block;
  width: 135px;
  height: 50px;
  position: absolute;
  background-position: 0 -50px;  
  top: 217px;
  left: 10px;
  text-decoration: none;
}

a.people_highlight {
  background: transparent url(images/people-button.png) no-repeat;
  display: block;
  width: 135px;
  height: 50px;  
  position: absolute;
  background-position: 0 -50px;
  top: 289px;
  left: 10px;
  text-decoration: none;
}

a.contact_highlight {
  background: transparent url(images/contact-button.png) no-repeat;
  display: block;
  width: 135px;
  height: 50px;
  position: absolute; 
  background-position: 0 -50px;
  top: 361px;
  left: 10px;
  text-decoration: none;
}

a.links_highlight {
  background: transparent url(images/links-button.png) no-repeat;
  display: block;
  width: 135px;
  height: 50px;
  position: absolute;  
  background-position: 0 -50px;
  top: 433px;
  left: 10px;
  text-decoration: none;
}

a.editorial_and_writing_light {
  background: transparent url(images/editorial_and_writing.png) no-repeat;
  display: block;
  width: 80px;
  height: 60px;
  position: absolute;
  background-position: 0 -60px;
  top: 300px;
  left: 20px;
  text-decoration: none;
}

a.public_affairs_light {
  background: transparent url(images/public_affairs.png) no-repeat;
  display: block;
  width: 80px;
  height: 60px;
  position: absolute;
  background-position: 0 -60px;
  top: 300px;
  left: 120px;
  text-decoration: none;
}

a.crisis_media_light {
  background: transparent url(images/crisis_media.png) no-repeat;
  display: block;
  width: 80px;
  height: 60px;
  position: absolute;
  background-position: 0 -60px;
  top: 300px;
  left: 220px;
  text-decoration: none;
}

a.personal_reputation_light {
  background: transparent url(images/personal_reputation.png) no-repeat;
  display: block;
  width: 80px;
  height: 60px;
  position: absolute;
  background-position: 0 -60px;
  top: 300px;
  left: 320px;
  text-decoration: none;
}

a.additional_services_light {
  background: transparent url(images/additional_services.png) no-repeat;
  display: block;
  width: 80px;
  height: 60px;
  position: absolute;
  background-position: 0 -60px;
  top: 300px;
  left: 420px;
  text-decoration: none;
 }
  
