#back {
	position: fixed;
	width: 220px;
	top: 20px;
	left: 10px;
	font-size:22px;
	font-family: Arial Narrow;
	text-align: center;
	background-color:#c9c9c96e;
	padding:3px; 
	border-radius: 4px; 
	border:solid 1px #b0b0b0;
}
#back a {
	text-decoration:none;
	text-transform: uppercase;
	color: #000000aa;
}
#back :hover {
	position: fixed;
	width: 220px;
	top: 18px;
	left: 10px;
	font-size:22px;
	font-family: Arial Narrow;
	text-align: center;
	background-color:#FFE699;
	padding:3px; 
	border-radius: 4px; 
	border:solid 1px #AB0101;
	box-shadow: 0px 4px 8px rgba(34, 60, 80, 0.4);
}
#back a:hover {
	text-decoration:none;
color: #AB0101;
}
#back :active {
	position: fixed;
	width: 220px;
	top: 20px;
	left: 10px;
	font-size:22px;
	font-family: Arial Narrow;
	text-align: center;
	background-color:#FFE699;
	padding:3px; 
	border-radius: 4px; 
	border:solid 1px #AB0101;
	box-shadow: 0px 4px 8px rgba(34, 60, 80, 0.0);
}
#back a:active {
	text-decoration:none;
color: #000;
}
