@charset "utf-8";

html {
	height: 100%;
}
body {
	background: url('bkg.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 92%;
	padding-right:2px;
	padding-left:2px;
	overflow: hidden;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-color: #FFF;
}
a {
	text-decoration: none;
	font-weight:bold;
	color: #000;
}
a:active {
	color: #CCC;
	text-decoration: underline;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

.console {
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
width: 400px;
height: 300px;
margin-left: auto; 
margin-right: auto;
margin-top: 17.3%;
color: #FFF;
font-weight:bold;
font-size: 11px;
font-family:Arial, Helvetica, sans-serif;
padding:10px;
border:none;
overflow:auto;
background-image:url(consoleblnk.gif);
filter: alpha(opacity=91);
opacity: 0.91;
}

.help {
width: 400x;
height: 20px;
position:absolute;
bottom:10px;
right:12px;
font-weight:bold;
font-size:12px;
color: #CCC;
}

.alert {
color: #ffff00;
font-weight:bold;
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
}