@charset "utf-8";
/* CSS Document */

	body{
		background-color:#000;
		text-align:center;		
	}
	
	#bgImage
	{
		background-color:#000;
		background-position:left top;
		background-repeat:no-repeat;
		text-align:center;

		width: 100%;
		height: 832px;

		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 1;
	}

	#bgFrame
	{
/*		background-position:left top;
		background-image:url(../images/frame.png);
		background-repeat:no-repeat;*/
		margin:0px auto;

		/*
		background-position:center top;
		background-image:url(../images/frame.png);
		background-repeat:no-repeat;
		margin:0px auto;
		text-align:center;
*/
		
		width: 1147px;
		height: 739px;

		position: absolute;
		left: 44px;
		top: 17px;
		z-index: 2;
	}
	#flashContent
	{
		text-align:center;

		width: 960px;
		height: 640px;
		
		position: absolute;
		left: 181px;
		top: 65px;
		z-index: 3;
	}
	#FlashID2
	{
		
	}
	
	#wrapper
	{
		width: 100%;
		text-align:center;
		
		margin: 0px auto;		
	}

