@charset "utf-8";
/* CSS Document */

#footer {
	position:absolute;
	bottom:0;
	right:10px;
	text-align:right;
	color:#7490A7;
}
#footer a {
	text-decoration:none;
	color:#000000;
}
#footer a:hover {
	color:#333333;
}

.arrow {
	width:20px;
	height:20px;
	border:none;
	background:none;
}

.arrow img {
	border:none;
}