body {
	margin:0;
	padding:0;
}

#wrapper {
	background:url(images/header.gif) no-repeat;
	margin:0 auto 0 auto;
	position:relative;
	width:1024px;
	height:700px;
}

#contact {
	position:absolute;
	left:310px;
	top:500px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;

}

#contact .title {
	font-weight:bold;
	color:#e77214;
}

#contact a {
	color:#e77214;
	text-decoration:none;
}

#contact a:hover {
	color:#959595;
}