body {
	font-family: sans-serif, arial, "lucida console";
	margin: 0;
	padding: 0;
	font-size: 125%;
}

#wrapper{
	background-color: #f0f0f0;
	padding: 50px 0 0 50px;
	border-bottom: 3px solid #333333;
}

#wrapper select{
	font-family: sans-serif, arial, "lucida console";
	font-size: 100%;
	margin-bottom: 10px;
}

#wrapper p{
	font-size: 70%;
	color: #555;
}

#debug{
	background-color: #333333;
	border: 3px solid #ccc;
	color: #cccccc;
	padding: 10px;
	margin: 25px;
	width: 450px;
	position: fixed;
	bottom: 0;
	right: 0;
	font-size: 80%;
	max-height: 250px;
	overflow-y: scroll;
}

#debug h2{
	padding: 5px;
	margin: 0;
	font-size: 100%;
	float: right;
	background-color: #cccccc;
	color: #333333;
}

#debug span img { vertical-align: middle; }
