/* CSS */


html {
	background: #1A1A1A;
	width: 100%;
	min-width: 320px !important;
	height: 100%;
}





@media all and (min-width: 768px) {

	#splash {
		margin: -36px 0 0 -278px;
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
	}

}





@media all and (max-width: 767px) {

	#splash {

	}

}