#wrapper
{
margin-left: auto;
margin-right: auto;
width: 1024px;
}

#background
{
background-image: url('boost_construction.jpg');
background-repeat: no-repeat;
width: 1024px;
height: 768px;
}

body
{
background-color: #82B5D7;
}

#contact_button
{
  display: block;
  width: 302px;
  height: 70px;
  background: url("contact_long.gif") no-repeat 0 0;

}

#contact_button:hover
{ 
  background-position: 0 -69px;
}

#contact_button span
{
  display: none;
}

#contact
{
margin-left: 110px;
margin-top: 80px;
}

#construction_text
{
position: relative;
padding-left: 115px;
padding-top: 190px;
width: 315px;
}

h1, p
{
font-family: "arial", sans-serif;
color: #4d4d4d;
}

p
{
font-size: 14px;
}
