body, html
{
	margin: 0px;
	padding: 0px;
	/*overflow: hidden;*/
}

body
{
	background: url(/img/body_background.png) repeat-x;
}

div#flashcontent
{
	margin: auto;
	width: 971px;
	height: 660px;
}

#main
{
	position: absolute;
	outline: none;
}

#contentIframe
{
	position: absolute;
	width: 0px;
	height: 0px;
}

#contentIframe iframe
{
	position: relative;
	border: none;
	top: 180px;
	left: 165px;
}


