
#Splash {
	display: table;
	background-color: #231F20;
	height: 100%;
	width: 100%;	
}

#Floater {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        text-align: center;
}

#FlyerBox {
	
	height: 600px;
	width: 750px;
	margin: auto auto;
	top: -300px;
	left: -375px;
}


