#Header {
	background-attachment: fixed;
	background-repeat: no-repeat;
	height: 166px;
	width: 800px;
	background-position: center;
	position: fixed;
	left: 10px;
	visibility: visible;
	background-color: #553013;
	top: 10px;
}
#Body {
	background-attachment: fixed;
	background-image: url(DLRImages/BackgroundBorders/bg1.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 750px;
	background-position: center;
	position: absolute;
	background-color: #553013;
	top: 176px;
	left: 10px;
}
