html, body, #wrap {background-color: #5a5954; margin:0px auto;}

#wrap {height: auto; min-height: 100%; position:relative;}

#main {padding-bottom: 10px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -50px; /* negative value of footer height */
	height: 10px;
	clear:both;
	width:100%;
	text-align:center;} 

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






/* TEXT */
.smallheader {font-weight:bold; color:#000000;}
.copyrighttext{font-family: Lucida Grande, Arial, Helvetica, sans-serif; color: #dbdad4;font-size: 9px;font-weight: normal;}
.smalltext{color: #ccc6a4;font-family: Lucida Grande, Arial, Helvetica, sans-serif;font-size: 9px;font-weight: normal;}

