@charset "utf-8";
/* CSS Layout */
html{ height: 100%;}
body{ background-color: #f5f5f5; margin: 0; height: 100%; }

#container{ text-align: center; margin-left: auto; margin-right: auto; min-height: 100%;}
#header{ height: 60px; margin:0px; background-color: #3a3b3f;}
#logo{ margin-left: 60px; margin-top: 10px; float:left;}

#green{ background-image:url(../images/green2.jpg); background-repeat:no-repeat; width: 100%; height: 105px;}
#forSale{ background-image:url(../images/paper.png); width:375px ; height:375px ; text-align: center; margin-left: auto; margin-right: auto; margin-top: 20px;}
#forSale div{ position:relative; top: 125px; left: 5px; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: 600;}
#footer{ height: 100px;clear: both;bottom:0px; width:100%; position: fixed; background-image:url(../images/footerTop.png); background-repeat: repeat-x; background-position:top;
background-color: #3a3b3f;}



