html {
	overflow-x: auto; /* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */
}
body {
	background-color:#333;
	color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 150%;
	margin: 0px;
	padding: 0px; /* required for Opera to have 0 margin */
	text-align: center; /* centers board in MSIE */
}
body a {
	color:#C63;
}
body a:hover {
	color:#660;
	text-decoration:none;
}
body img {
	border:none;
}
#redirectlogo {
	margin: 150px auto 0 auto;
	width: 500px;
}
#redirectwrap {
	background: #111111;
	border: 1px solid #222222;
	margin: 10px auto 0 auto;
	text-align: left;
	width: 500px;
}
#redirectwrap h4 {
	background: #222222;
	border-bottom: 1px solid #222222;
	color: #C66;
	font-size: 16px;
	margin: 0;
	padding: 5px;
}
#redirectwrap p {
	margin: 0;
	padding: 5px;
}
#redirectwrap p.redirectfoot {
	background: #222222;
	border-top: 1px solid #222222;
	text-align: center;
}
