@charset "UTF-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #262626;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

a, a:visited, a:active {
	color:#0075b0;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color:#0075b0;
	text-decoration: underline;
	cursor: pointer;
}

a:focus {
	outline:none;
}

#home {
	height: 52px;
	width: 235px;
	position: absolute;
	left: 10px;
	top: 10px;
}
