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

*{
	padding: 0;
	margin: 0;
}

body{
	background: #1a1a1a;
}

a{
	outline: none;
	overflow:hidden;
	color: #898989;
}

img{
	border: none;
}

#imagelink{
	width: 185px;
	height: 45px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -22.5px 0 0 -92.5px;
}
