.spacer {
	width:1px;	
	height:50%;
	margin-bottom: -287px; /* half of container's height */
}


.wrapper {
	height: 100%;
}

.outer-container {
	position:relative; /* puts container in front of distance */
	height:574px;
	width: 930px;
	clear:left;
	margin: 0 auto;
}
	
.mainmenu {
	display: none;
}

/*.extra-buttons {	
	position: absolute;
}

.extra-button {
	display:block;
	width: 98px;
	background-repeat: no-repeat;
}

.extra-button:hover {
	background-position: -98px;
}

	a.game-button {
		background-image: url("../img/game_button.png");
		height: 128px;		
	}
	
	a.vaccine-button {
		background-image: url("../img/free_vaccine.png");
		height: 119px;		
	}*/