@charset "utf-8";
body {
	background-image: url(../images/jam_layout_background_splash.gif);
	background-repeat: repeat;
	background-position: center center;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #333333;
}
#horizon {				/* used to centre site vertically */
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -300px; /* half of wrapper hieght */
	text-align: center;
	min-width: 800px;
}
#wrapper {
	height: 600px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#flash {
	height: 600px;
	width: 800px;
}
