html, body {
	margin:0px;
	padding:0px;
	height: 100%;
}

body {
	background: #000;
	color: #999;
	font-family: "Trebuchet MS", Arial;
	text-align: center;
}

embed, object {
	height:100%;
}


div.center {
	width:400px;
	margin: 0px auto;
	text-align:left;
	padding: 50px 0px 100px 0px;
}

div.nojs{
	background: #900;
	color: #000;
	padding: 1px 10px 10px 10px;
}

div.nojs a {
	font-weight: bold;
}

div.imprint {
	font-size: 11px;
	color: #666;
	padding-top: 20px;
}
div.imprint a{
	color: #666;
	text-decoration: underline;
}


a {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}

.warning {
	color: #900;
}

.critical {
	color: #FFF;
	background: #C00;
	display: block;
	padding: 5px;
	border: 1px solid #FFF;
	
}

