/* basic
------------------------------------------------- */

html, body{ margin:0px; padding:0px;}
html{height:100%;}
body{ font-family: Arial, Verdana, sans-serif; font-size:11px; color:#333333; background:black url("../images/bg.jpg") no-repeat 50% 0%; padding-bottom:20px;}
img{border:0px;}
a{color:#7f5620; text-decoration:none;}
a:hover{color:#7f5620; text-decoration:underline;}
h1,h2,h3,h4,h5,form,p{margin:0px;padding:0px;}
h1,h2,h3,h4,h5{font-size:100%;}
input, select, textarea{font:normal 11px Arial, Helvetica, sans-serif; padding:0px; color:#999999;}
input.button{font:bold 11px Arial, Helvetica, sans-serif; padding:2px;}
ul li{ list-style:disc;}
abbr{border-bottom:1px dotted #999999;}
abbr.none{border-bottom:0px;}
a:active, a:focus{border:0px; outline:0;}

/* clearfix
------------------------------------------------- */

.clearfix:after {content: "."; display: block; height: 0px; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;} /* Hides from IE-mac \*/
.clearfix {display: block;} /* End hide from IE-mac */
