body, html{
	/* DO NOT CHANGE */
	height:				100%;
	width:				100%;
	background-color:	white;
    overflow-x:        hidden;
    overflow-y:         hidden;
}
* {
	margin:				0px;
	padding:			0px;
	font-family:		Arial, Verdana, Helvetica, Tahoma;
	font-size:			11px;
	border: 			0px;
	color:				black;
}

#swfContainer{
	/* 
	 * Make this color the same as the body background
	 * So it will blend in before the SWF loads 
	 */
	color: white;
	
}

#flashContainer {
    position: absolute;
    height: 100%;
	left:5%;
	top: 5%;
	min-width: 800px;
	min-height: 600px;
}

#smallprint {
	width: 800px;
}

div.header {
	width: 800px;
	background-color: #ffffff;
	background-image:url(http://www.psych-metrics.com/imart2010/images/macquarie_logosmall2.png);
	background-attachment: fixed;
	background-position: right center;
}