/* CSS Document */
html   {height: 100%; }
*      {margin:0 auto;}

body  {
	height: 100%;
	font-family: "Tahoma", verdana, sans-serif;
	font-size: 12px;
	font-weight:normal;
	margin:0 auto;
	background-color: #ffffff;
}


#blockContainer {
	position:absolute; 
	width:860px;
	height:500px;
	bottom: 50%;
	left: 50%;
	margin: 0 0 -250px -430px;
	z-index: 1;
}

#blockMain { 
	position:relative;
	width:860px;
	height:500px;
	top: 0;
	left: 0;
	outline:0;
	z-index: 2;
}

object { outline:0;}
