body {
	margin: 0;
	padding: 0;
	background: #f7f7f7;
}

#logo {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -70px;
	margin-left: -200px;
	height: 139px;
	width: 400px;
	background: #f7f7f7 url(../images/aisomex_logo.jpg) no-repeat center center;
	overflow: hidden;
	z-index: 100;
}

#footer {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 8px 0;
	color: #f7f7f7;
	background: #3D3D3D;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	border-top: 2px solid #2A2A2A;
}