* {
	margin: 0;
	padding: 0;
}
@font-face {
	font-family: 'Locator-Light';
	src: url('LocaltorLight.eot'); /* IE9 Compatibility Modes */
	src: url('LocaltorLight.eot?') format('eot'),  /* IE6-IE8 */
	url('LocaltorLight.woff') format('woff'), /* Modern Browsers */
	url('LocaltorLight.ttf')  format('truetype'), /* Safari, Android, iOS */
	url('LocaltorLight.svg#svgLocaltorLight') format('svg'); /* Legacy iOS */
}
@font-face {
	font-family: 'Locator-Regular';
	src: url('LocatorRegular.eot'); /* IE9 Compatibility Modes */
	src: url('LocatorRegular.eot?') format('eot'),  /* IE6-IE8 */
	url('LocatorRegular.woff') format('woff'), /* Modern Browsers */
	url('LocatorRegular.ttf')  format('truetype'), /* Safari, Android, iOS */
	url('LocatorRegular.svg#svgLocatorRegular') format('svg'); /* Legacy iOS */
}
body {
	background: url(../images/body.jpg) repeat;
	text-align: center;
	font-family: 'Locator-Regular';
}
#wrapper {
	height: 110px;
	width: 680px;
	position:absolute;
	left:50%;
	top:50%;
	margin: -200px 0 0 -340px;
	background: url(../images/wrapper_back.png) no-repeat;
	padding: 290px 0 0 0;
}
#wrapper h1 {
	font-family: 'Locator-Light';
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #475c61;
}
#wrapper h1 em {
	font-family: 'Locator-Regular';
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #b94218;
}
#wrapper #footer {
	position: absolute;
	bottom: 1px;
	width: 680px;
}
#wrapper #footer #contact {
	margin: 0 auto;
	width: auto;
}
#wrapper #footer #contact li {
	display: inline;
	font-family: 'Locator-Light';
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #475c61;
	margin: 0 0px;
}
#wrapper #footer #contact li a:link {
	color: #475c61;
	text-decoration: none;
} 
#wrapper #footer #contact li a:visited {
	color: #475c61;
}
#wrapper #footer #contact li a:hover,
#wrapper #footer #contact li a:focus {
	color: #b94218;
	text-decoration: none;
}
#wrapper #footer #contact li a:active {
}