@charset "utf-8";

html {
	background-image: url(mainDisplay_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%; }

body {
	background-image: url(mainDisplay_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center; }

#flashContent {
	position: absolute;
	left: 50%;
	top: 50%; }

