/* CSS Document */
#footer {
	//background-color: #333333;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 130px;
	width: 100%;
}

