@charset "UTF-8";
/* CSS Document */

body, html {
	background: #000 url(../images/background.jpg) fixed no-repeat center bottom;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
}

#site {
	height: 100%;
	width: 100%;
}

#site table {
	height: 100%;
	margin: 0px auto 0px auto;
}

#site table td {
	vertical-align: bottom;
}

#site table td.spacer {
	height: 257px;
	#height: 200px;
}

#flashcontent {
	color: #fff;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
}
#credits {
	color: #fff;
	font: italic 10px Arial, Helvetica, sans-serif;
	padding: 10px;
	text-align: center;
}