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

*{margin:0; padding:0;outline:none;}

html, body{
	width:100%;
	height:100%;
   	margin:0 auto;
	overflow: hidden;
}

body{
	background:url(../images/background.jpg) #190015 center top no-repeat;
}

#flash{
	width: 1002px;
	height: 600px;
	top: 50%;
	left: 50%;
	margin-left: -501px;
	margin-top: -314px;
	position: absolute;
}
