@charset "utf-8";
/* CSS Document */

html
{
	height: 100%;
	overflow: hidden;
	object{outline:none;}
}

body
{
	background-color: #000;
	background-image:url(../images/tile.jpg);
	background-repeat: repeat;
	
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#wrapper 
{
	width:100%;
	height:100%;
	float:left;
}


#wrapper #flashContent
{
	width:100%;
	height:100%;
	border:none;
}
