body{
background: url(../images/bg.png) #ffffff;
}

#wrapper{
height: 100px;
width: 100%;
background-color: #000000;
}

#weare{
height: 270px;
width: 940px;
margin-top: 30px;
background-image: url(../images/weare.png);
}

#nav{
width: 940px;
height: 45px;
background-color: #000000;
}

.section{
margin-top: 30px;
}

#ftr{
margin-top: 30px;
padding-top: 10px;
border-top: 1px solid #9d9d9d;
color: #9d9d9d;
text-transform: uppercase;
text-align: center;
padding-bottom: 40px;
line-height:16px;
font-size: 12px;
}

.center{
text-align: center;
}

.email{
font-size: 17px;
letter-spacing: 1px;
line-height: 20px;
padding-left: 15px;
}

.field{
width: 500px;
background-color: white;
padding: 5px;
border:  1px solid #9d9d9d;
}

textarea{
height: 200px;
}