html {
	height: 100%;
}
body {
	font-family:Veranda,Tahoma,Arial,sans-serif;
	font-size:14px;
	color:white;
	background:url(bg.jpg) 25% 0% fixed;
	margin:0;
	padding:0;
	height: 100%;
}

img {
	border:0;
}

a {
	color:#0099ff;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#container {
	width:821px;
	height:570px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-400px;
	margin-top:-290px;
}

#header {
	width:500px;
	height:80px;
	background:url(header.png) center center no-repeat;
	padding-left:235px;
	padding-right:65px;
	padding-top:105px;
	text-align:center;
}

#content {
	padding:2.5px;
}

#changes {height was 16em and margin top was 6.5}

#infocontent {
	height:22.5em;
	width:220px;
	padding:1em 10px;
	background:url(infobg.png);
	color:black;
	position:absolute;
	left:50%;top:50%;
	margin-left:-120px;
	margin-top:-12.5em;
	text-align:center;
	border:1px solid black;
}

#directions { float:left }
#gallery { float:left; position:relative; }
#info { width:379px; height:363px; float:right; background:url(info.png); position:relative; }

#contact {
	position:absolute;
	background:url(darkbg.png);
	width:100%;
	height:100%;
	position:absolute;
	z-index:500;
}

#contactcontent {
	text-align:center;
	height:14em;
	position:absolute;
	margin-top:-7em;
	top:50%;
	width:100%;
}

#buy {
	position:absolute;
	background:url(darkbg.png);
	width:100%;
	height:100%;
	position:absolute;
	z-index:500;
}

#buycontent {
	text-align:center;
	height:9em;
	position:absolute;
	margin-top:-4.5em;
	top:50%;
	width:100%;
}

#sell {
	position:absolute;
	background:url(darkbg.png);
	width:100%;
	height:100%;
	position:absolute;
	z-index:500;
}

#sellcontent {
	text-align:center;
	height:12em;
	position:absolute;
	margin-top:-6em;
	top:50%;
	width:100%;
}

#estate {
	position:absolute;
	background:url(darkbg.png);
	width:100%;
	height:100%;
	position:absolute;
	z-index:500;
}

#estatecontent {
	text-align:center;
	height:22em;
	position:absolute;
	margin-top:-11em;
	margin-left: -25%;
	top:50%;
	left: 50%;
	width:50%;
	
}

.hidden {
	display:none;
}

.visible {
	display:block;
}

#gold {
	position:absolute;
	right:-62px;
	top:120px;
}

#oldthings {
	width:150px;
	position:absolute;
	bottom:15px;
	font-weight:bold;
	text-align:center;
	left:50%;
	margin-left:-75px;
}
	#oldthings a {
		color:white !important;
	}

#footer {
	width: 300px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -150px;
	text-align: Center;
	z-index: 2000;
}