html, body, body.sidebars { width:100%; height:100%; margin:0; padding:0;}
body {
  background-image: url(../resources/bg.png);
  background-repeat: repeat-all;
  font-family: Tahoma;
  font-size: 13px;
}
a {
  color: #000;
}
a:hover {
  color: #ff0000;
  text-decoration: none;
}
p {
  margin: 0 0 3px 0;
}
#footer-wrap {
  width: 100%;
  height: 113px;
  background-image: url(../resources/black50.png);
}
#footer {
  width: 790px;
  margin: 0;
  padding: 0;
}
#header {
  width: 700px;
  height: 20px;
  padding: 5px 20px 5px 20px;

  text-align: left;
  background-image: url(../resources/header_bar.png);
}
  #header .tagline {
    font-size: 14px; 
    font-weight: bold; 
    color: #fff;
    float: left;
  }
  #header .navlinks {
    float: right;
    color: #fff;
  }
  #header a {
    color: #fff;
  }
#logo {
 display: inline;
 margin-right: 30px;
 width: 230px;
 height: 77px;
 vertical-align: top;
}
#logo img {
  margin-top: 20px;
}
.button {
  display: inline;
  background: none;
}
.button a {
  width: 120px;
  height: 83px;
  margin-right: 8px;
  background: none
}
.button img {
  border: 0px;
}
input {
  border: 1px solid #ccc;
  padding: 5px;
  margin-bottom: 10px;
}
label {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}