body {
  background-image:url(../images/background.jpg);
  background-repeat:repeat-x;
  background-color:#17425c;
  text-align:center;
}

div#site {
  text-align:center;
  margin:auto;
  margin-top:170px;
}

div#content {
  background-image:url(../images/site.png);
  background-repeat:no-repeat;
  width:580px;
  height:330px;
  text-align:left;
  margin:auto;
}



div#contact {
  position:relative;
  left:212px;
  top:144px;
  font-size:11px;
  font-weight:bold;
  font-family:Verdana, Arial;
}

div#contact a {
  text-decoration:none;
  color:#8c99a4;
}

div#contact a.bullet {
  background-image:url(../images/bullet.png);
  background-repeat:no-repeat;
  background-position:0px 3px;
  padding-left:17px;
}

div#contact a:hover {
  color:#8b694d;
}



div#companies {
  position:relative;
  width:100%;
  text-align:center;
  height:100px;
}

div#companies a {
  text-decoration:none;
  position:relative;
  top:180px;
  height:100px;
  padding-top:28px;
  padding-left:10px;
  padding-right:10px;
}

div#companies a.padded {
  margin-left:10px;
  margin-right:10px;
}

div#companies a:hover {
  background-color:#eeeeff;
  border:1px solid #aaaaaa;
  padding-left:9px;
  padding-right:9px;
}





img {
  border:0px solid #000000;
}


