/* Author Joscha van der Linden for kubus media */

/* hide from ie on mac \*/

html {
	text-align: center;
	height: 100%;
}

#flash_content {

}

/* end hide */

body {
	color: #fff;
	background: #000 url(../images/background.gif) top left repeat-x fixed;
	font: 12px Verdana, Arial, Helvetica, Geneva, sans-serif;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	width: 100%;
}


#message {
	position: absolute;
	width: 400px;
	height: 300px;
	margin: -150px 0 0 -200px;
	left: 50%;
	top: 50%;
	text-align: left;
}

h1 {
	font-size: 1.5em;
	font-weight: normal;
}

b {
	color: #BDAD50;
}

a {
	color: #BDAD50;
}

