@charset "utf-8";

body {

margin: 0;
padding: 0;
background-color:#000000;
background:url(images/home_bg2.jpg) top center;
}



/*body {
	background-color: #000000;
	background-image: url(images/home_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;

}*/
.content_bg {
	background-image: url(images/home_contentbg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.prop_bg {
	background-image: url(images/home_propertiesbg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.padding {
	padding: 12px;
}
.form_txt {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.prop_txtadd {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.prop_txtcontact {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}
.prop_txtcontacthighlight {
	font-family: Tahoma;
	font-size: 11px;
	color: #f26521;
	text-decoration: none;
}
.f_txt {
	font-family: Tahoma;
	font-size: 9px;
	color: #cccccc;
}
.border {
	border: 1px solid #999999;
}
