body {
	background-image: url(images/background.jpg);
	background-attachment: fixed;
	text-align: center;
}

#sitebar-container {
	position: fixed;
	bottom: 0px;
	left: 0;
	width: 100%;
	padding: 2px;
	background-image: url("http://thrivingdesigns.com/images/sitebarbackground.gif");
	z-index: 1000;
	text-align: center;
	height: 23px;
}

#sitebar-leftcontainer {
	float: left;
	margin-top: 1px;
	color: #415569;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.5em
}

#sitebar-rightcontainer {
	margin-right: 3px;
	float: right;
	margin-right: 5px;
	float: right;
	margin: 1px 1px 0 0;
}

#sitebar-transition1 {
	position: fixed;
	bottom: 27px;
	left: 0;
	width: 100%;
	background: #6B6B6B;
	z-index: 1000;
	height: 1px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#sitebar-transition2 {
	position: fixed;
	bottom: 28px;
	left: 0;
	width: 100%;
	background: #6B6B6B;
	z-index: 1000;
	height: 1px;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#sitebar-transition3 {
	position: fixed;
	bottom: 29px;
	left: 0;
	width: 100%;
	background: #6B6B6B;
	z-index: 1000;
	height: 1px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#sitebar-transition4 {
	position: fixed;
	bottom: 30px;
	left: 0;
	width: 100%;
	background: #6B6B6B;
	z-index: 1000;
	height: 1px;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

#sitebar-transition5 {
	position: fixed;
	bottom: 31px;
	left: 0;
	width: 100%;
	background: #6B6B6B;
	z-index: 1000;
	height: 1px;
	opacity: 0.3;
	filter: alpha(opacity=30);
}