@charset "UTF-8";

body {
	background: #4e4848 url(../images/bg.gif) center top repeat-y;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	font-family: Helvetica, arial, sans-serif;
	color: white;
	font-size: 76%;
}

#wrapper {
	width: 100%;
	height: 479px;
	position: absolute;
	top: 50%;
	margin-top: -239px;
	border: solid 0px white;
	border-width: 1px 0;
}

#houses {
	width: 1087px;
	height: 478px;
	margin: 0 auto;
	position: relative;
}

h1 {
	width: 343px;
	height: 31px;
	position: absolute;
	left: 0;
	top: -50px;
	background: transparent url(../images/logo.gif) left top no-repeat;
	text-indent: -9000px;
}

p {
	width: 280px;
	height: 60px;
	position: absolute;
	left: 747px;
	top: -50px;
	letter-spacing: 0.1em;
}

a {
	text-decoration: none;
	color: white;
}

a:hover {
	text-decoration: underline;
}