html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
}
object {
	height: 500px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
#mainflash {
	background-image: url(images/daveelam_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
}
#fullheight {
	height: 100%;
}