* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	color: #CCC;
	font-size: 100.01%;
	font-family: Arial;
	position: relative;
}

body {
	height: 100%;
	text-align: center;
	overflow: hidden;
	background: #f3dd93;
}

html {
	height: 100%;
	overflow: hidden;
}

#flashContainer {
	clear: left;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}
