*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}


#Wrap{
	width: 100%;
	position: relative;
}

.logo{
	display: block;
	width: 250px;
	height: 130px;
	background-image: url('../images/logo.png');
	position: absolute;
	top: 1%;
	left: 9%;
}

img{
	display: block;
	width: 100%;
	height: auto;
}

footer{
	width: 100%;
	height: 50px;
	background-color: #000;
	background-image: url('../images/cr.png');
	background-position: center center;
	background-repeat: no-repeat;
}