@charset "UTF-8";
#middlepnk {
	background-image: url(images/testpanel.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 840px;
}
#middlegrn {
	background-image: url(images/greenmiddle.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 840px;
}
#middlepurp {
	background-image: url(images/purplemiddle.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 840px;
}
#middleblue {
	background-image: url(images/bluemiddle.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 840px;
}
#middleyellow {
	background-image: url(images/yellowmiddle.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 840px;
}

