@charset "utf-8";
body {
	background-color: #000000;
	background-attachment: fixed;
	background-image: url(Images/Design1_BGGrad1.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#container {
	width: 860px;
	position: absolute;
	left: 50%;
	margin-left: -430px;
	top: 13px;
}


#container #header/* CSS Document */

 {
	height: auto;
	width: 860px;
}
#container #middle {
	background-image: url(Images/Design1_Middle.gif);
	background-repeat: repeat-y;
	width: 860px;
	height: 100%;
}
#container #bottom {
	width: 860px;
}

#container  #main  {
	width: 708px;
	height: 100%;
	left: 14px;
	background-color: #FFFFFF;
	position: relative;
}
#container #Chair {
	width: 124px;
	float: right;
	position: relative;
	top: -392px;
}
#container #NavBar {
	float: right;
	position: absolute;
	z-index: 1;
	top: 80px;
	left: 750px;
}
