@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*/
	}
.update_link {
	margin: 0 auto 0 auto;
	}
.alt_header {
	margin: 200px auto auto auto;
	}
.update_link img,
.update_link a img,
.update_link a,
.update_link a:hover,
.update_link a:visited,
.update_link a:active,
.alt_header img,
.alt_header a img,
.alt_header a,
.alt_header a:hover,
.alt_header a:visited,
.alt_header a:active {
	border: #000 solid 0px;
	}

