* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	min-width: 950px;
	min-height: 660px;
	background: #000;
}
/* IE6 Hack */
* html body {
	width:expression((document.documentElement.clientWidth < 950) ? "950px" : "auto");
	height:expression((document.documentElement.clientHeight < 660) ? "660px" : "auto");
}
#Baja1000_ContentWrap, #BajaCountdown_ContentWrap {
	height: 100%;
}
#Baja1000_Content {
	position: relative;
	text-align: center;
	/*width: 1150px;*/
	margin: 0 auto -5px auto;
}
#Baja1000_Content a {
	display: block;
	position: absolute;
	left: 552px;
	top: 186px;
	width: 154px;
	height: 37px;
	text-indent: -9999px;
	text-decoration: none;
}
object {
	margin-bottom: -5px;
}