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

body {
	background-color: #00990F;
	background-image: url(../images/green_background.gif);
	background-repeat: no-repeat;
}
a:hover, a:active {
	color: #63B961;
}
#continuedcolor {
	background-color: #005D0D;
	position: absolute;
	width: 315px;
	height: 100%;
	top: 25px;
	z-index: 3;
	left: 618px;
}
#swirlleft {
	background-image: url(../images/swiggles/greenswirlleft.png);
	background-repeat: repeat-y;
}
#swirlright {
	background-image: url(../images/swiggles/greenswirlright.png);
	background-repeat: repeat-y;
}
#swirlmiddle {
	background-color: #005D09;
}
#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;
}
