#scrollbar{
bottom:0;
height:40px;
position:fixed;
right:0;
width:14px;
}

#footer {
	/* padding: 15px 0 0 0; */
	position:fixed;
	
	bottom: 0;
	margin: 0 auto;
	width: 100%;
	height: 118px;
	/* background: url('images/footer.png') top center no-repeat; */
	clear: both;
	color: #999;
    z-index: -1;
    text-align:left;
	}
	
#footer-left {
	position:absolute;
	width: 	867px;
	height: 118px;
	z-index:1;
	float:left;
	background: url('../images/footer_left.png') top left no-repeat;
    }
    
#footer-right {
	position:absolute;
	right:0px;
	width: 	433px;
	height: 118px;
	z-index:2;
	float:right;
	background: url('../images/footer_right.png') top left no-repeat; 
    }

