iframe.ContentFrame
{
	margin: 0px auto;
	width: 100%;
	min-height: 400px;
	_height: 400px;
}

div#Menu
{
	text-align: center;
}

	div#Menu div#FLP
	{
		margin: 0 auto;
		width: 777px;
	}
	
	body{text-align: center;}
	
	
	
textarea#DEBUG
{
	/*position: absolute;
	top: 0px;
	left: 0px;
	
	width: 200px;
	height: 130px;
	
	color: #00ff00;
	background: #000000;
	font-family: Lucida-Console;
	font-size: 13px;*/
}

textarea#DEBUG
{
	display: none;
}


.Hidden{
	display: none !important;
}