/* CSS Document */
body {
	margin: 0px auto;
	padding: 0px;	
	text-align: center;
	font-family: Georgia, Helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
	font-size: 12px;
}
#swf, #flashcontent {
	/*
	z-index: 2;
	position: absolute;
	*/
	width: 100%;
	height: 100%;
	/*
	top: 0px;
	left: 0px;	
	margin: 0px auto;
	margin-top: 0px;
	margin-left: 0px;
	color: inherit;
	background-color: #ffffff;
	*/
}

.full {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
} 

