@charset "UTF-8";
/* CSS Document */

body {
	background-color: #4F2E78;
	background-image: url(../images/purple_background_1.gif);
	background-repeat: no-repeat;
}
a:hover, a:active {
	color: #9F8DB5;
}
#continuedcolor {
	background-color: #33004A;
	position: absolute;
	width: 315px;
	height: 100%;
	top: 25px;
	z-index: 3;
	left: 618px;
}
#swirlleft {
	background-image: url(../images/swiggles/purpleswirlleft.png);
	background-repeat: repeat-y;
}
#swirlright {
	background-image: url(../images/swiggles/purpleswirlright.png);
	background-repeat: repeat-y;
}
#swirlmiddle {
	background-color: #32004B;
}
#bar {
	height: 150px;
	width: 100%;
	background-image: url(../images/pinkbar.png);
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	position: absolute;
	top: 375px;
	z-index: 2;
	left: 0px;
}
