html, body {
	padding: 0;
	margin:0;
	background-color: #000000;
	min-height: 100%;
}

html {
	height: 100%;
}

img {
	border: 0;
}
* {
	margin: 0;
	padding: 0;
	list-style: none;
	outline: none;
}

#flash, #needflash {
	position: absolute;
	margin: 0;
	padding: 0;
	height: 100%;
	display: block;
	width: 100%;
	min-height: 820px;
	min-width:  1000px;
}

#needflash img {
	width: 100%;
	height: 100%;
	display: block;
	cursor: hand;
}
#counters {
	width: 1px;
	height: 1px;
	position: absolute;
	overflow: hidden;
}

object, embed {
	display: block;
}