/* CSS Document */
body{
	margin-top: 10px;
	background-color: #987349;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#mainPage{
	background-image: url(../images/contact.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width: 800px;
	height: 458px;
}

#address{
	font-size: 16px;
}

#contactForm{
	font-size: 12px;
	font-weight: bold;
}

#thanks{
	font-size: 14px;
	color: #FFFFFF;
	width: 500px;
}
