

#container {

height: 750px;
}


#contact_intro
{
 display: block;
 width: 80%;
 margin-left: 20px;
 height: 25px;

}



 #contactus_main_area
 {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 695px;
  height: auto;
  
 }
 
 
	 
 
 #address_container
 {
  position: absolute;
  top: 170px;
  left: 480px;
  width: 300px;
  height: 300px;
  
 
 
 }
 
 #contactus h2, #requestdemo h2
 {
  margin-left: 20px;
  font-size: 18px;
  /*background-color:#aaa;*/
  color:#777;
 }
 
#legal_bits
{
 position: absolute;
 top: 670px;
 left: 310px;
}

a#contact_us
{
 background: transparent url(../images/contact_us_hover.gif) no-repeat;
 background-position: center;

}