#tops {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}

#tops a {
	background: #AA6600;
	text-decoration: none;
	color: #fff;
	width: auto;
	padding: 5px 10px 5px 10px;
	text-align: center;
	display: block;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	-o-border-radius:5px; 
	-ms-border-radius:5px; 
	border-radius:5px; 
	border-bottom: 3px #CCCCCC solid;
}

#tops a:hover {
	text-decoration: none;
	background: #603900;
}