		/* hide from ie on mac \*/
		html, body, #website {
			height: 100%;
			overflow: hidden;
		}
		/* end hide */
		body {
			background: #ffffff;
			font: 86% Arial, sans-serif;
			margin: 0;                
		}
		
		#screenLocker {
			width:100%;
			height:100%;
			position:absolute;
			background:#000;
			z-index:199;
			display:none;
			-moz-opacity:60;
			opacity:0.6;
			filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
		}
		
		#movie {
			width:660px;
			height:525px;
			background:#000;
			z-index:200;
			position:absolute;
			display:none;
		}
		
		#movie .icon {
			width:35px;
			height:35px;
			position:absolute;
			z-index:300;
			top:-10px;
			left:-20px;
			background:url('../pictures/ball_video_up.png') no-repeat;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../pictures/ball_video_up.png');
			_background:transparent;
		}
		
		#movie .close {
			width:20px;
			height:19px;
			position:absolute;
			z-index:300;
			top:3px;
			right:3px;
			background:url('../pictures/bt_close_up.gif') no-repeat;
			outline:none;
		}
		
		#movie .close:hover {
			background:url('../pictures/bt_close_over.gif') no-repeat;
		}
		
		#movie #movieTarget {
			position:relative;
			z-index:250;
		}

		#mikiFlash {
			width:100%;
			height:100%;
			position:relative;
			z-index:100;
		}