/* this sets a standard div layout for showing old web pages in the new format */

body {
	background-attachment: fixed;
}

#OLDwindow {
	width: 950px;
	height: 800px;
	margin-right: auto;
	margin-left: auto;
	border-width: 10px;
	border-style: outset;
	border-color: #001a5f;
}
