html,body {
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	min-width: 820px;
}

.logotipo {
	width: 500px;
	height: 147px;

	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%,50%);
	   -moz-transform: translate(-50%,50%);
	    -ms-transform: translate(-50%,50%);
	     -o-transform: translate(-50%,50%);
	        transform: translate(-50%,50%);
}

.email {
	position: absolute;
	height: 30px;
	width: 100px;
	left: 520px;
	bottom: 162px;
	display: block;
	z-index: 5;
}

.overlay {
	height: 343px;
	min-width: 820px;
	width: calc(100% - 100px);
	background-image: url(overlay.png);
	position: absolute;
	left: 100px;
	bottom: 100px;
	padding-left: 100px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;

}