@charset "utf-8";
/* CSS Document */
html, body
{
	margin:				0px;
	padding:			0px;
	width:				100%;
	height:				100%;
	text-align:			center;
}
body
{
	background: url(../images/background.jpg) top left repeat;
}

div#flashContent
{
	width:				1000px;
	height:				600px;
	margin:				0px auto;
}
object
{ 
	outline:			none;
}

