* {
	margin: 0;
	padding: 0;
}

body {
	overflow: hidden;
}

a, a:link, a:active, a:visited {
    color: #f7ee04;
}

a:hover {
    text-decoration: none;
}

.bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}