* {
	margin: 0;
	padding: 0;
	border: 0;
}
img {
	display: block;
}
ul,
ol {
	list-style: none;
}
body {
	background-color: #322f2f;
	color: #fff;
}
div#container {
	position: relative;
	width: 900px;
	height: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -450px;
}
h1 {
	display: none;
}
object#flasher,
div#alternativeContent {
	width: 900px;
	height: 600px;
	background-color: #333;
}

