html, body{
	margin:0px;
	padding:0px;
	background-color:#e5ddc3;
	background-image: url('../img/bgtile.gif');
	background-repeat: repeat-x;
}

img{
	border:0px;
}

#flash{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

#fallback{
	position:absolute;
	display:block;
	border:0px;
	width:158px;
	height:39px;
	left:50%;
	top:50%;
	margin-top:-20px;
	margin-left:-80px;
}