@charset "utf-8";
/*-----------------------------------------------------
FOOTER
-------------------------------------------------------*/
div#footer{
	width:100%;
	clear:both;
	border-top:1px solid #666666;
	margin-top: -6px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* IE6*/
*html div#footer{
	/margin-top: 0px;
}
/* IE7*/
*:first-child+html div#footer{
	/margin-top: 0px;
}
/* IE8*/
head~/* */body div#footer{
	margin-top/*\**/ : -5px\9;
}

