body{
background: #f0f0f0;
padding: 0;
margin: 0;
vertical-align: bottom;
}

input, textarea, option, select {
color: #0d3751;
font: 11px arial;
background: #f8f8f8;
border: 1px solid #b0b0b0; 
} 

h1{
font: 33px "Arial Narrow";
color: #cdcdcd;
text-indent: 40px;
margin: 0;
padding-top: 60px;
text-transform: lowercase;
}

.main{
background: url(contactbg.jpg) bottom repeat-x;
vertical-align: bottom;
width: 100%;
position: absolute;
bottom: 0;
left: 0;
}

#content{
position: absolute;
bottom: 0;
left: 200px;
width: 400px;
color: #515151;
font: 11px arial;
text-align: justify;
}

#email,#name,#site,#purpose,#url,#comments,#verifyimage,#submit,#reset{
padding: 4px;
}

p{
padding: 1px 10px 0 10px;
}

a:link,a:visited,a:active{
color: #bebebe;
text-decoration: none;
}

a:hover{
color: #778c99;
}

i,em{
color: #000;
}