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

* {
	margin:0px;
	padding:0px;
}

body {
	background:left top no-repeat;
}

#wrapper {
	width:900px;
	height:600px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

#flash {
	width:350px;
	height:250px;
	position:absolute;
	top:250px;
	left:220px;
}
