@charset "utf-8";
/* CSS Document */
body
		{
			margin:0px;
			padding:0px;
			text-align:center;
		}
		#donmarlogo 
		{
			width:29px;
			height:150px;
			position:absolute;
			top:10px;
			left:10px;
			z-index:1;
		}
		
		#flashContainer
		{	
			width:900px;
			height:550px; 
			position:absolute;  
			top:50%;
			left:50%;
			margin: -275px 0px 0px -480px;
		
		}

