body {
	overflow	: hidden;
	padding		: 0;
	margin		: 0;

	color		: #222;
	background-color: #BBB;
	font-family	: arial;
	font-size	: 100%;
}
#info .top {
	position	: absolute;
	top		: 0px;
	right:20px;
	font-size:14px;
	text-align:right;
}
#info .controls {
	position:absolute;
	top:20px;
	left:20px;
}
#info a {
	color		: #66F;
	text-decoration	: none;
}
#info a:hover {
	text-decoration	: underline;
}
#info .bottom {
	position	: absolute;
	bottom		: 0px;
	width: 100%;
	padding		: 5px;
	text-align:center;
}
