#archivePane
{
	width: 671px;
	height: 500px;
	overflow: auto;
	background-image: url("/images/bg_archive.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
}

#genericPane
{
	width: 671px;
	height: 500px;
	overflow: hidden;
	background-image: url("/images/bg_blank.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
}

#printsPane
{
	width: 671px;
	height: 500px;
	overflow: auto;
	background-image: url("/images/prints_bg.jpg");
	background-attachment: scroll;
	background-repeat: no-repeat;
}

#orderPrintsPane
{
	width: 671px;
	height: 500px;
	overflow: auto;
	background-image: url("/images/orderprints_bg.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
}
