/* CSS Document */



.footer_wrapper{

	background:url(../v2_images/footer-bg.png);

	width:100%;

	height:85px;

	background-position:center;
	
	background-repeat:no-repeat;

}

.footer_container{
	
	width:990px;
	
	height:85px;
	
	border:0px solid black;
	
	
	
	position:relative;
	
}

.copyright_text{

	background-image:url(../v2_images/copyrights.png);

	width:379px;

	height:24px;

	position:absolute;

	bottom:20px;;

	right:30px;

	

}