html {
	background-image	: url(/images/background.jpg);
	background-position	: top center;
	background-repeat	: no-repeat;
	background-color	: #bbdef2;
}

body {
	position:relative;
	margin:0 auto;
	
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #333333;
}

#flashActionContainer {
	margin				: 0 auto;
	width				: 960px;
	z-index				: 10;
}

#flashAction {
	outline				: none;
}

#pageTrackerDebugger {
	position			: absolute;
	left				: 5px;
	top					: 5px;
	font-family			: Courier New;
	font-size			: 10px;
	text-align			: left;
}

#status {
	display: block;
	margin:0 auto;
}

/* --  footer  -- */

#footer {
	clear: left;
    height: 70px;
    width: 100%;
}

#footer p {
	color: #333333;
    font-size: 10px;
	padding: 0px;
	text-align: center;
	line-height: 20px;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active{
	color: #333333;
	font-size: 10px;
}

#footer a:hover{
	color: #000000;
	font-size: 10px;
}

/* Google text variant (or no javascript)*/
h1 {
	background-image	: url(/images/logo.jpg);
	display: block;
	height: 128px;
	width: 389px;
	text-indent: -9999px;
}

#downloadAdobe {
	padding-top: 25px;
}
