#header1, #header2{
	background-attachment:fixed;
	z-index: -1;
}

.sitetitle{
	position: fixed;
	width: 100%;
}

#header1 .sitelogo{
	position: fixed;
}

@media only screen and (max-width: 1024px) { #header1, #header2{background-attachment: scroll;} .sitetitle{position: relative;} #header1 .sitelogo{position: absolute;} }