@charset "UTF-8";


	body {
		margin:0px;
		padding:0px;
		background:#ffffff;
	}

	a {
		/*HideMacIE\*/
		overflow:hidden;
		/**/
	}

	a:link{text-decoration: underline; color: #0000ff;}
	a:visited{text-decoration: underline; color: #0000ff;}
	a:active{text-decoration: underline; color: #0000ff; }
	a:hover{text-decoration: underline; color: #0000ff; }



/* -- clear float -- */
	.fltclr {
		min-height:0; /* for IE7 */
		display: inline-table; /* for Mac IE */
	}
	.fltclr:after{ /* for mozilla */
		content:".";
		display:block;
		height:0;
		clear: both;
		visibility:hidden;
	}
	/* HideMacIE\*/
	* html .fltclr {height:0;}
	.fltclr{display: block;}
	/* */
/* -- end clear float -- */



	#container{
		margin:auto;
		width:956px;
		text-align:center;
	/*	border:1px solid #ffffff; */
	}

	#container_inner{
		width:956px;
		margin:0px auto 0px auto;
		height:656px;
		overflow:hidden;
	}

	#flash_pkg{
		margin:0px;
		padding:0px;
		width:956px;
		height:635px;
	}



	#copy2{
		width:956px;
		text-align:right;
	/*	background:#ffaaaa; */
	}

	.tracker_area{
		float:left;
		width:606px;
	}

	.copy_area{
		float:left;
		width:350px;
	}



/* */
