body {
	background: #FFF url(../images/landing/body-bg.png) 0 0 repeat-x;
}

#page {
	width: 736px;
	height: auto;
	margin: 0 auto;
	border: none;
}

#header {
	width: auto;
	height: 5px;
	padding: 15px 0 0 0;
	background: transparent url(../images/landing/header-bg-white.png) 0 0 no-repeat;
	border: none;
}

#header h1 {
}

#content {
	width: 640px;
	height: auto;
/*	overflow: hidden;*/
	margin: -15px 0 0 0;
	padding: 15px 48px;
	background: transparent url(../images/landing/page-bg.png) 0 0 repeat-y;
	border: none;
	position: relative;
	z-index: 2;
}

* html #content {
	margin-top: -18px;
}

#footer {
	width: auto;
	height: 78px;
	background: transparent url(../images/landing/footer-bg.png) 0 0 no-repeat;
}

#footer p,
#footer a {
	margin: 0;
	padding: 0;
}

#footer,
#footer p,
#footer a,
#footer p.copyright {
	color: #898989;
	font-size: 12px;
	line-height: 20px;
}

#footer p {
	clear: both;
}

#footer ul {
	width: 456px;
	margin: 0 auto;
	text-align: center;
}

#countdownTimer,
.hasCountdown {
	border: none;
	background: none;
}

.countdown {
	font-weight: bold;
	font-size: 20px;
	color: #000080;
	text-align: center;
}