@media screen {

	html {
		overflow-y: auto;
	}
	
	header {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		height: auto;
		min-height: 105px;
	}
	header .social_links {
		position: relative;
		top: auto;
		right: auto;
		margin-top: 1em;
		min-height: 17px;
	}

	.ym-wrapper {
		max-width: none;
	}

	#main {
		margin-top: 0;
		padding-bottom: 0;
	}
	.ie #main {
		top: 0;
	}

	#main > .ym-wrapper.content {
		display: block;
		max-width: none;
		margin: 0;
		padding-bottom: 0;
	}
	
	.print {
		margin-top: 2em;
		text-align: center;
	}
}
