body {
	margin: 0;
	background-image: url("images/fondo.png");
	background-repeat: repeat;
}

div.makeithappen {
	margin: 0 auto;
	width: 100%;
	height: 600px;
	background-image: url("images/desarrollo-web.jpg");
	background-position: center;
	background-repeat: no-repeat;
}
