body {
	background-color: #000000;
	background-image: url();
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: top center;
	margin:0;
	padding: 0;
	top:0px;
	left:0;
}
.sunset {
	background-attachment: scroll;
	background-image: url(Templates/Header/images/ColorBar.gif);
	background-repeat: repeat-x;
	margin: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}


#background {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	z-index:0;
	visibility: visible;
}
#ColorBar {
	position:absolute;
	width:100%;
	height:1000;
	z-index:1;
	left: 0;
	top: 0;
	visibility: visible;
}
#Header {
	position:absolute;
	width:100%;
	height:115px;
	z-index:2;
	left: 0;
	top: 0;
}
