html, body{
	background:url(../images/pattern_01.jpg) repeat 0 0;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
.center{
	width:610px;
	height:460px;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-225px;
	margin-left:-300px;
}
#flash-box{
	width:610px;
	height:460px;
	position:relative;
	clear:both;
	top:-225px;
	left:-300px;
	position:static;
}