#footer {	
	clear:left;
    width:100%;
	height:100%;
	font-size:12px;
	position:relative;
	top:30px;
	padding-bottom:100px;
    color:#5f5f5f;
}

#footer #footerLeft {
   
    position:absolute;
	left:4px;
	width:280px;
	height:70px;
	font-size:12px;
}

#footer #footerMiddle {
	position:absolute;
	left:420px;
	width:220px;
	height:70px;
	font-size:12px;
}

#footer #footerRight {
	position:absolute;
	right:4px;
	width:280px;
	height:70px;
	text-align: right;
	font-size:12px;
}

#footer #seperator {
	margin-bottom:15px;
}
#seperatorBottom {
    width:960px;
    height:4px;
    margin-top:88px;
    background-image:url(../img/Content/footer_line.png);
    background-repeat:no-repeat;
}




