* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	text-align: center;
	background-color: #323232;
	font-family: Arial; 
}

span {
	display: none;
}

h1 {
	display: none;
}

#logo {
	display: block;
	background-image: url(/images/logo_mio.png);
	background-repeat: none;
	width: 272px;
	height: 138px;
}

#logo span {
	display: none;
}

#footer {
	color: #858585;
	font-size: 10px;
	margin-top: -20px;
}

#footer a {
	color: #e0e0e0;
	text-decoration: none;
}