@charset "utf-8";
/* CSS Document */
html, body {
	background:#000;
	}
div, object {
	background:none;
	}
html, body, object, h1, h2, h3, h4, h5, h6, p, b {
	margin: 0;
	padding: 0;
	display:block;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	}
.surface,
.centred {
	width:100%;
	heigth:100%;
	margin: 0 auto 0 auto;
	padding: 0;
	clear:both;
	overflow:visible;
	/*border: #0f0 1px solid; /*just for testing*/
	}
#flash_header {
	width:100%;
	heigth:100%;
	margin: 0 auto 0 auto;
	padding: 0;
	clear:both;
	overflow:visible;
	/*border: #0f0 1px solid; /*just for testing*/
	}

