/* hacked for chrome and safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
		#inside {
			margin-top: 0px;
		}
	}
}