@charset "UTF-8";
/* CSS Document */

#footer{

position: fixed;
border-top-width: 2px;
border-top-style: solid;
border-top-color: #8c4e2c;
border-bottom-width: 10px;
border-bottom-style: solid;
border-bottom-color: #999999;
background-color: #999999;
background-repeat: repeat;
background-attachment: scroll;
width: 100%;
left: 0px;
bottom: 0px;
height:20px;
text-align: left;
color: #aaaaaa;
font-size: 10px;
z-index: 10000;
opacity: 0.8;
} 
