/* CSS */


html {
	background: url(../images/bg_200x600.jpg) top center repeat-x #000;
	width: 100%;
	min-width: 320px !important;
	height: 100%;
}





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

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

}





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

	#splash {

	}

}