html {
	background-color: gray;
}
li {
	display: inline;
	margin-right: 20px;
}

ul {
	float: right;
	margin-top: -40px;

.blog {
    left: center;
}

footer {
	position: fixed;
	bottom: 10px;
}
