body{
  background: #71B352;
}

.entry-page 
{
  height: 568px; 
  background-image: url("images/ddbackg3.jpg"); 
  background-repeat: no-repeat;
  width: 792px;
  margin: 4px;
  position: relative;
  overflow: hidden;
}
.logo{
  width: 100%;
  text-align: center;
  padding-top: 10px;
}
.logo a{
  color: #990000;
  font-weight: bold;
  font-size: larger;
}

div.leftb {
  width: 150px;
  float: left;
}
div.rightb {
  margin-top: 5px;
  margin-left: 200px;
  float: right;
}

.buttons {
  background: no-repeat center url("images/sign.gif");
  display: block;
  width: 144px;
  height: 40px; 
  text-transform: uppercase; 
  font-weight: bold;  
  font-size: 18px;
  Padding: 5px;
  text-align: center;
  margin-bottom: 10px;
}
.oneline{
  height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;    
}

.buttons a {
  text-decoration: none;
  color: black;
}
.buttons a:hover {
  text-decoration: none;
  color: black;
}
.buttons a:visited {
  text-decoration: none;
}

#dave-graphic {
  float: right;
  position: absolute;
  top: 96px;
  right: 40px;
  padding: 0;
  margin: 0;
}

#brand{
  float: left;
  clear: both;
  position: relative;
  font-weight: bold;
  font-size: 12px;
  padding-top: 85px;
  padding-left: 100px;
  width: 500px;
}