@charset "UTF-8";
/* CSS Document */

/* Contact Us Form */
#contactUs{
    position:relative;
    background:url(../backgrounds/contact.png) top center no-repeat;
    width:950px;
    height:1141px;
    color:#069;
}

#contactUs form{
    position:absolute;
    top:115px;
    left:160px;
}

#contactUs input, #contactUs textarea{
    width:350px;		
}

#contactUs #business-card{
    position:absolute;
    top:550px;
    left:120px;
}

#contactUs h1{
    position:absolute;
    top:120px;
    left:200px;
}

#footer input{
    height:50px;
    border:none;
}
