body {
		background:url("https://tiendasisso.com/img/bg.jpg");	
		margin:0;
	}
	
	#content {
	width:100%;
	}
	#contenido {
	width:40%;
	margin:10% auto 0;
	    text-align: center;
	}
	
	#contenido img {
	width:300px;
	}
	#pie {
    width: 100%;
    height: 196px;
    position: relative;
    display: block;
	text-align:center;
}

h1 {
	font-family: sans-serif;
	font-size:25px;
	color:#4a4c4c;
}




@media (max-width: 430px) {
body {
    background: url(https://tiendasisso.com/img/bg.jpg);
    margin: 0;
    background-size: 409%!important;
    background-position-x: -66%;
}
#contenido {
    width: 77%;
    margin: 51% auto 10%;
    text-align: center;
}
}
