body {

	margin: 0px;
	padding: 0px;
	
	color: #6a2600;
	font-family: "Georgia";
	font-size: 12px;
	line-height: 14px;
	background-image: url("../images/bg.jpg");
	background-repeat: no-repeat;
}


a {
	text-decoration: none;
	color: #C65322;
}
a:hover {
	text-decoration: underline;
}



#realestate {
	position: absolute;
	top: 220px;
	left: 86px;
	color: #feee8e;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 1px;
}
	#realestate h1 {
		margin: 0px;
		padding: 0px 0px 10px 0px;
		color: #6f2b04;
		font-size: 18px;
		font-style: italic;
		letter-spacing: 1px;
	}
	
	#realestate h2 {
		margin: 0px;
		padding: 0px 0px 10px 0px;
		font-size: 13px;
		color: #feee8e;
	}
	
	#realestate div.contacts {
		padding-left: 30px;
		font-weight: bold;
	}
#contact {
	position: absolute;
	top: 365px;
	left: 483px;
	
}
