/* This styling fixes a bug in Firefox whereby 100% height/width flash objects won't render */
body, html, div {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
