/* @override http://teaser.local/css/screen.css */

/* @override http://teaser.local/css/screen.css */

html, body, #content {
	height: 100%;
	overflow: auto;
}

/* end hide */
body {
	background: #000;
	color: #777;
	margin: 0; 
	padding: 0;
	font-size: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

a{
	color: #777;
	text-decoration: underline;
	cursor: pointer;
}

a:hover{
	color: #0DBFFF;
	text-decoration: underline;
}

div{
font-size: 0;
}
#footer p{
	margin-left: 100px;
	float: left;
	display: inline;
}

#footer p.credit{
	margin-right: 100px;
	margin-left: 0;
	float: right;
	color: #555;
}
#footer p.credit a{
	color: #555;
}

#footer p.credit a:hover{
	color: #0DBFFF;
}




#footer {
	height: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	background-color: #222;
	font-size: 10px;
	margin-top: 1em;
	min-width: 1050px;
}
#footer div{
	font-size: 11px;
	overflow: hidden;

}
#detectionError div{
	font-size: 11px;
}


#detectionError div{
	line-height: 2em;
	background-color: #fff;
	margin: 25px 25px;
	padding: 25px 25px 100px;
}

h1{
	font-size: 2em;
	margin-bottom: 25px;
	color: #0DBFFF;
}
h2{
	margin-top: 25px;
	font-size: 1.4em;
	color: #444;
}

h2 a{
	color: #444;
	font-size: .61em;
}