* {
	margin: 0; padding:0;
	width: 100%;
	color: white;
}

BODY{
	text-align: center;
	background-image: url("../image/background.gif")
}

.inner {
	width: 75%;
	margin: 0 auto;
	max-width: 500px;
}
	
#main-logo {
	margin-top: 5vh;
	margin-bottom: 5vh;
	height: 90vh;
}
