
body {	
		background-image:url('bg.gif');
		background-color:#6C695D;
		color:black;
		background-repeat:repeat-x;
		background-repeat:repeat-y;
		background-attachment:scroll;
		background-position:left top;
		width:100%;
}




#myFlashContent {

	background-image:url('bg.gif');
	background-color:#6C695D;
	color:black;
	background-repeat:repeat-x;
	background-repeat:repeat-y;
	background-attachment:scroll;
	background-position:0% 0%;
	border:0px;
	width:996px;
	height:732px;
	z-index:2; 
}



