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

body
	{
	margin:0;
	padding:0;
	overflow-x: hidden;
	overflow-y: hidden;
	}

.flash{
    position:absolute;
    left:0px;
    top:0px;
    height:100%;
    width:100%;
	margin:0 auto;
	padding:0;
    }
	
.central{
	position:absolute;
	top:50%px;
	left:50%px;
	width:800px;
	height:600px;
	margin-left:-400px;
	margin-top:-300px;
}
