@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	text-align: center;
	  
	}
	
#backg{
    position: absolute;
	background:url(background.jpg) repeat-x bottom;
	bottom: 0;
	left: 0;
	width:100%;
	height: 70px;
	
}