@media screen and (min-width: 768px) {
	#main {
		padding: 0;
	}
	
	#footer {
		margin-top: 0px;
		height: auto;
	}
}