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

html {
		height: 100%;
		overflow: hidden;
	}
	
body {
	background-color:#000000;
	margin:0;
	padding:0;
	overflow:hidden;
	
}
#flash {
    position: absolute;
    margin-left: -383px;
    margin-top: -300px;
    top: 50%;
    left: 50%;

}
