html, body {
	font-family: sans-serif;
	background: transparent;
	color: #232629;

	margin: 0 20px;
}
a {
	color: #3498db;
}
.logo {
	position: absolute; right: 0; bottom: 0;
	z-index: -1;
	width:500px; height: 500px;
	background-image: url('../img/bg.png');
}

