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

footer{
    position: absolute;
    z-index: 5;
	width:100%;
	height:10px;
	left:0px;
    
	background-color:#f58220;

    bottom: 0px;
}
body{
	background-image:url(../img/bg.jpg);
	background-repeat:repeat;
	
overflow-x: hidden; 
	overflow-y: hidden;
	
	}

#canvas{
	width:100%;

	
	
	}
#content{
	position: absolute;
	width:2000px;
	
	
	top:50%;
	left:0%;
	}
span img {
	padding: 16px;
	border:0px;
	

	}
