body {
	font-family :   arial, "lucida console", sans-serif;
	text-align : center;
}

div#ScreenContent {
	width : 1024px;
	padding : 5px;
	margin : 10px auto;
}

#ScreenStatus {
	width : 200px;
	min-height : 20px;
	padding  : 10px;
	margin : 0;
	position : absolute;
	top : 33px;
	left : 0;
	background : #555;
	color : #fff;
	opacity : 0.75;
}
#TestCardF {
	margin : 100px 0;
	font-size : 20px;
	color : #555;
}
#TestCardF a {
	color : #00ADEF;
}
#TestCardF a:hover {
	color : #000;
	text-decoration : none;
}
div#betadiv {
	display : none;
}

div#controls {
	position : absolute;
	top : -5px;
	left : -5px;
	background : #00ADEF;
	padding : 10px 10px 10px 12px;
	color : #fff;
	font-size : 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div#controls a {
	color : #fff;
	text-decoration : underline;
}
div#controls a:hover {
	color : #000;
}
