#wrap > main{
	margin-top: 170px;
}

@media only screen and (max-width: 830px){
	#wrap > main{
		margin-top: 0px;
	}
}