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

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

.buttons{
	color:#000;
	margin-top:5px;
	margin-left:10px;
	position:relative;
	float:left;
	width:100px;
	height:20px;
	line-height:20px;
	border:1px solid #000;
	background-color:#fec72c;
	font-size:12px;
	cursor:pointer;
}

input{
	z-index: 999;
}