#footer {
    margin: 150px 0 70px;
    text-align: center;
    color: #444;
    font-size: 10px;
}

@media screen and (max-width: 480px) {
	#footer {
		margin-bottom: 109px;
	}
}
