/* author: drewf */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #FFFFFF;	
	margin:0;
	padding:0;
}

p, td {
	font-size: 10px;	
}

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

a:visited {
	color:#CCCCCC;
}

#debug {
    -moz-opacity: 0.9 !important;
    background-color: #ffff99 !important;
    border: 1px solid #ffcc66 !important;
	 color: Black;
	 font-family: "Courier New", Courier, monospace;
    left: 5px;
	width: 98%;
    min-width: 20em !important;
    opacity: 0.9 !important;
    position: absolute !important;
    z-index: 1000 !important;
}
#debug .warn {
	color: #FFA500;
}
#debug .error {
	color: Red;
}
#content {
	vertical-align:centre;
}
#baseContent {
	width:984px;
	height:708px;
	margin:auto;
	border:0px solid red;
	
}
