@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:18px;
	color: #999999;
}
body {
	background-color: #000000;
	margin: 0px;
	width:100%;
	height:100%;
}
#flash-container {	
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
#flash {	
	color:#999999;
	width:80%;
	margin:40px;
}
#html-container {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-image:url(../images/mds-backdrop.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#html-content {
	position:absolute;
	overflow:auto;
	top:50%;
	left:50%;
	width:800px;
	height:370px;
	margin-left:-400px;
	margin-top:-165px;
}
#footer {
	position:absolute;
	top:50%;
	left:50%;
	width:800px;
	margin-left:-400px;
	margin-top:245px;
	text-align:center;
	font-size:11px;
	color:#666;
}


/* text */
h1,h2,h4,h6{
	font-family:Droid Sans, Tahoma, Geneva, sans-serif;
}
h1, .title {
	color:#fff;
	font-size:24px;
}
h2, .subtitle {
	color:#6ff;
	font-size:18px;
}
h3, .heading {
	color:#39f;
	font-size:14px;
	font-weight:bold;
}

/* links */
a:link {
	color:#39f; 
	text-decoration:underline; 
}
a:visited {
	color:#39f; 
	text-decoration:underline; 
}
a:active {
	color:#39f; 
	text-decoration:underline; 
}
a:hover {
	color:#fff;
	text-decoration:none;
}
#footer a:link {
	color:#777; 
	text-decoration:none;
	font-size:inherit;
}
#footer a:visited {
	color:#777; 
	text-decoration:none;
	font-size:inherit;
}
#footer a:active {
	color:#777; 
	text-decoration:none;
	font-size:inherit;
}
#footer a:hover {
	color:#fff;
	text-decoration:underline;
	font-size:inherit;
}
