.Header {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center 0px;
	position: absolute;
	visibility: inherit;
	z-index: 20;
	overflow: hidden;
	height: 113px;
	width: 760px;
	top: 0px;
	background-image: url(Images/Intro.gif);
	vertical-align: top;
	white-space: normal;
	display: none;
	#fixedDiv {position: fixed;
	}
.Fixed {
	background-attachment: fixed;
	background-image: url(Images/Intro.gif);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: visible;
	position: static;
	visibility: visible;
	z-index: 0;
	height: 113px;
	width: 760px;
	top: 0px;
}
Top {
	position: fixed;
}
Middle {
	background-position: center center;
	position: relative;
}
main {
	background-position: center center;
	position: absolute;
	left: 125px;
}

