html, body
{
  margin: 0;
  padding: 0;
}

body
{
  background: #806731 url(../images/yard.jpg) no-repeat scroll center center;
  width: 100%;
  height: 100%;
}

#under-construction
{
  position: absolute;
  top: 0;
  left: 0;
}

#hosted-by
{
  display: block;
  position: absolute;
  right: 0;
  bottom: 100px;
}

#hosted-by img
{
  border-style: none;
}