/******************************/
/* CSS DOCUMENT               */
/* http://samantha-bailly.com */
/*    --------------------    */
/*      FOOTER SECTION        */
/******************************/

#footer_bg {
	clear: both;
	width: 100%;
	background-image: url(images/rep_footer.gif);
	background-repeat: repeat-x;
}

#footer {
	background-image: url(images/footer.jpg);
	background-position: 50% 0%;
	background-repeat: no-repeat;
	height: 52px;
	text-align: center;
	font-size: 10px;
	padding: 18px 0 0 0;
}

