@charset "utf-8";
/* CSS Document */

body {
	color:#960;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1em;
	background-image: url(/images/contact/contact_form.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	background-color:#333;

}
#wrapper {
	width:950px;
	margin:0 auto;
	position:: absolute;
}
#contact_form {
	float:left;
	width: 300px;
	margin: 180px 0 0 55px;
}
a, a:hover, a:link, a:active, a:visited, a:focus {
	text-decoration:none;
}