/* CSS Document */

#footer {
	position:absolute;
	left:0;
	bottom:0;
	margin-bottom:0px;
	width:100%;
	z-index:10;
	height:100px;
	

	}
	
#footerwrapper {
	margin:0 auto;
	padding:0px;
	max-width:960px;
	min-width:790px;
	height:100px;
	border:#000 solid 1px;

	
	/*background:#FFFFFF;*/
	
	}
	
