@charset "utf-8";
/* CSS Document */
html,body
{
		margin:		0px;
		padding:	0px;
		width:		100%;
		height:		100%;
		text-align: center;
}
body
{
		background:	#a8a18a	url(../images/background_stretch.png) top center repeat-y;
		font-family:Arial, Helvetica, sans-serif;
		font:11px;
}
div#flashContent
{
		width:		1000px;
		height:		614px;
		margin:		0px auto 0px auto;
		border:		none;
}
