* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	overflow: hidden;
}
body {
	background: white;
}
div.site {
	text-align: left;
	display: table;
	height: 100%;
	margin: 0 auto;
	width: 962px;
	overflow: hidden;
}
div.site div.content {
	display: table-cell;
	vertical-align: middle;
}
div.site div.content div.flashcontainer {
	border: solid 1px #a0a0a0;
	width: 960px;
	height: 550px;
}
div.hiddencontent {
	display: none;
}
