* {
	text-align: center;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: black;
	background-color: white;
	background-image: none;
}

#wrapper {
	width: 100%;
}

#sidebar, #ads, #welcome, #timer-header, #timer-footer, #footer p.nav {
	display: none;
}

#timer table td, #timer table td:first-child {
	color: black;
	border-color: black;
	border-style: solid;
	border-width: 1px;
}

#wrapper, #timer table thead td, #header, #footer, body {
	background-image: none;
	background-color: white;
}
#main, #timer, #timer table, #timer-body {
	color: black;
	font-size: 18pt;
	width: 100%;
}
#header {
	height: auto;
}
#header h1 {
	font-size: 24pt;
}
#header h1, #header h2 {
	padding: 0px;
	margin: 0px;
	text-align: center;
	display: block;
	color: black;
}
#content {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 20pt;
	padding: 0px;
}
table, table td {
	padding: 10pt;
	font-size: 12pt;
}
#footer {
	font-size: 10pt;
	color: black;
	display: none;
}
.home #wrapper #content #big-promo #collapsedPromo, .home #wrapper #content #big-promo #expandedPromo {
	height: 0;
	overflow: hidden;
	border:0 solid white;
	padding: 0;
	margin: 0;
}
#big-promo {
	display: none;
}