body {
	background-color: #494344;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(images/20s_bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;


}

#wrapper {
	overflow: visible;
	top: -315px;
	position:relative;
	height: 0px;


}

#banner {
	height: 630px;
	background-attachment: scroll;
	background-color: #101010;
	background-image: url(images/20s_bgimg2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border-top: solid 3px #f7941d;
	border-bottom: solid 3px #f7941d;
	position: relative;
}

#top {
	background-attachment: scroll;
	background-image: url(images/20s_topbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 200px;
	width: 100%;
	position: relative;
	top: 0px;

}

#bg {
	background-attachment: scroll;
	background-image: url(images/20s_bg.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	height: 100%;
	width: 100%;

}

#outerwrapper{
	width:100%;
	height:0px;
	position:absolute;
	top:50%;
	overflow: visible;
}

#container{
	height:100%;
	width:100%;
	overflow:hidden;
}
.innerwrapper {
	overflow: visible;
	height: 0px;
	width: 0px;

}
