body{
	background-color: #03017d;
	margin: 0px;
	font-family: Tahoma;
}
#site{
	background-image: url(../images/backgroundBlue.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
}
#buttonsHolder{
	width: 1000px;
	padding-top: 580px;
	height: auto;
	color: #5e9fde;
	text-align: center;
	font-size: 10px;
	margin: 0 auto 0 auto;
}
#buttons{
	width: 612px;
	height: auto;
	margin: 0 auto 0 auto;
}
#buttonAboutUs{
	width: 146px;
	height: 51px;
	padding-top: 130px;
	padding-left: 5px;
	background-image: url(../images/buttonAboutUs.jpg);
	background-repeat: no-repeat;
	float: left;
}
#buttonBuyersGuide{
	width: 146px;
	height: 51px;
	padding-top: 130px;
	padding-left: 5px;
	background-image: url(../images/buttonBuyersGuide.jpg);
	background-repeat: no-repeat;
	float: left;
}
#buttonContactUs{
	width: 146px;
	height: 51px;
	padding-top: 130px;
	padding-left: 5px;
	background-image: url(../images/buttonContactUs.jpg);
	background-repeat: no-repeat;
	float: left;
}
#buttonPropertySearch{
	width: 152px;
	height: 51px;
	padding-top: 130px;
	padding-left: 5px;
	background-image: url(../images/buttonPropertySearch.jpg);
	background-repeat: no-repeat;
	float: left;
}
.button{
	font-family: Century Gothic;
	font-size: 14px;
	background-image: url(../images/button.png);
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
	 width: 140px;
	 text-align: center;
	 padding-top: 7px;
	 height: 35px;
}
.png{
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
}
.linkBig, .linkBig:hover, .linkBig:visited, .linkBig:link{
	color: #FFF;
	font-family: Trebuchet MS, Georgia, Century Gothic;
	font-size: 20px;
	text-decoration: none;
	letter-spacing: -1px;
}
.linkBiga, .linkBiga:hover, .linkBiga:visited, .linkBiga:link{
	color: #FFF;
	font-family: Trebuchet MS, Georgia, Century Gothic;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -1px;
}
.clear{
	clear: both;
}