@charset "utf-8";
/* CSS Document */
html
{
	background-image:url(http://wilsonrealtyonline.com/images/site/background.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:fixed;
	background-color:#CCCCCC;
	height:100%;
	width:100%;
}
body
{
	background-image:url(http://wilsonrealtyonline.com/images/site/logo.png);
	background-repeat:no-repeat;
	background-position:top left;
	background-attachment:fixed;
	padding-top:75px;
	margin:0px;
	padding-left:0px;
	padding-bottom:0px;
	padding-right:0px;
	width:100%;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
}
blockquote
{
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
}
table
{
	background-color: #fff;
	filter:alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity:0.85;
	border-top-color:#006600;
	border-top-style:groove;
	border-top-width:medium;
	border-left-color:#006600;
	border-left-style:double;
	border-left-width:medium;
}
table table
{
	width:100%;
}
table table table
{
	width:100%;
}
table table table table
{
	width:100%;
}
#deer
{
	/*width:203px;*/
	width:152px;
	height:100%;
	background-image:url(../images/site/deer2.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:bottom left;
	position:absolute;
}
#content
{
	top:100px;
	left:250px;
	width:70%;
	position:absolute;
	font-weight:bold;
}
#calc
{
	font:12px Arial, Helvetica, sans-serif;
	margin-top:5px;
	width:235px;
	text-align:left;
}