@import url("main.css");
#content {
	width: 100%;
	position: relative;
	z-index: 2;
	padding: 0px;
	background-position: center center;
	background-image: url(../images/DarkPurpleBKG.gif);
	background-repeat: repeat;
	top: 0px;
}
.banner-bkg {
	background-image: url(../images/banner-bkg.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
	color: #4e2683;
}
