*{
    margin: 0;
    padding: 0;

}



body{
	/*background: #000;*/
	height: 100%;
	width:100%;
	margin: 0px;
	padding: 0px;

}



#property_gallery {

	position:absolute;
	top:0;
	left:50%;
	/*margin-top:-350px;  /*equal to the negative of half its height */
	margin-left:-437px;  /*equal to the negative of half its width */
	width: 874px;
	height: 700px;

}







/* =text  =typography

-------------------------------------*/



a

{
    color: #444;
    text-decoration: none;

}



a:hover

{
    text-decoration: underline;
    color: #000;

}



h1 {

	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-transform: uppercase;
	letter-spacing: -1px;

}



a.close

{
    color: #FCB033;
    padding-left: 5px;

}


img.faded

{
    filter:alpha(opacity=50);
    -moz-opacity:.50;
    opacity:.50;
}



img.nofade

{
    filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;

}



f{

	margin-top:20px;

}



h4{

	margin:10px 0 0 0;

	color: #fff;

}



h5{
	border-bottom: 1px solid #FFF;
	height:20px;
	line-height:20px;
	vertical-align:middle;
	font-size: 12px;
	color: #FFFFFF;
}

