body {
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	/* font-family: "Lucida Grande","Lucida Sans Unicode",helvetica,verdana,arial,sans-serif; */
	/* font-family:verdana,tahoma,helvetica,arial,sans-serif; */
	font-family:"trebuchet ms",tahoma,sans-serif;
	font-size: 0.9em;

}

#container {
	width:900px;
	margin:auto;
	position:relative;
	}
	
#framerate {
	position:absolute; 
	left: 750px; 
	top: 20px; 
	color: #fff; 
	background-color: #000; 
	opacity: 0.5;
	height: 30px; 
	width: 130px; 
	border-radius: 5px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px; 
	solid #fff;
	}
	
#instructions {
	position: absolute; 
	left: 25px; 
	top: 400px; 
	color: #fff; 
	background-color: #000;
	opacity: 0.5; 
	padding: 5px;
	width: 340px; 
	border-radius: 5px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px 
	solid #fff;
}

#panel {
	width: 900px;
	margin: auto;
	position: relative;
}

table.selectors {
	color: #fff;
}

table.options {
	color: #88f;
}


p.line {
	margin: 0px; 
	padding: 0px; 
	padding-bottom: 5px;
	}

p.lastline {
	margin: 0px; 
	padding: 0px; 
	}

