
html, body {
	height:100%;
	}

body {
	background: #cfd0c0 url(../img/splash-bg.jpg);
	text-align: center; 
	}

#container {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 0 auto;
	height: 524px;
	width: 354px;
	margin-left: -177px; 
	margin-top: -262px;
	}

