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

body {
	background-color: #1a1e1f;
}


#logo {
	top: 250px;
	position: relative;
}
#counter {
	position: absolute;
	left: 0;
	top: 0;
}

