/*I used a modified version of the original background image so as to better display the contact form*/
div#wrapper {
	background-image: url(../images/leaves_contact.jpg);
}
/*This div's box model was changed to suit the content better*/
div#content {
	width: 460px;
	height: 390px;

}
