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

body,html{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background-color:#5C4425;
}

#holdingSwf{
	width:550px;
	height:400px;
	margin:-200px 0 0 -250px;
	position:absolute;
	top:50%;
	left:50%;
}