html,
body {
	margin: 0;
	padding: 0;
	text-align:center;
}

body,
.nite {
	background: #000 url(../images/bg-nite.gif) center top repeat-y;
}

.day {
	background: #CCC url(../images/bg-day.gif) center top repeat-y;
}

#content {
	display: none;
}

#preload {
	position: absolute;
	left: -1000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}