/*
 *	Table of Contents
 *	--------------------------------------
 *	1.	HTML Tags
 *	2.	Design Structure By ID
 */
 
 /*****************************************
 *	1. HTML Tags
 ****************************************/
 
body
{
	padding:0px;
	margin:0px;
	background-color:#4A5449;
	overflow:hidden;
}

 /*****************************************
 *	2. Design Structure By ID
 ****************************************/
 
#outter 
{	
	position:absolute;
	left:50%;
	top:50%;
	width:1px;
	height:1px;
}
 
#flashcontent
{
 	position:absolute; 
	z-index:5; 
	width:1485px;
	height:1234px;
	left:-743px;
	top:-637px;
	overflow:hidden;
}

#youtube
{
	position:absolute; 
	z-index:10;
	width:240px;
	height:180px;
	left:141px;
	top:26px;
	overflow:hidden;
} 
 
 