body{
margin: 0;
padding: 0;
background: #fff url(<background-image>) repeat-y 50%;
font-family: helvetica, sans-serif;
text-align: center;
}


#wrap {
position: relative;
margin: 0 auto;
margin-top: 40px;
padding: 0;
text-align: centre;
width: 800px;
color: #000;
}	


#content h1{
font-size: 16px;
color: #000;
}

#content h2{
font-size: 18px;
font-weight: normal;
}

#content a{
	color: #3b7685;
}	

#content a:hover{
	color: #339933;
}