body {
	margin: 0;
	padding: 0;
	background: #480000;
	 scrollbar-face-color: #98776B;
        scrollbar-shadow-color: #755046;
        scrollbar-highlight-color: #FFFFFF;
        scrollbar-3dlight-color: #C78C61;
        scrollbar-darkshadow-color: #4B342E;
        scrollbar-track-color: #75564D;
        scrollbar-arrow-color: #F8DF89;
	color: #FFF;
	font: 11px Century gothic;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#wrapper {
	width: 145px;
	height: 510px;
	margin:  auto auto auto auto;
	position: relative;
}


#body {
	width: 145px;
	height: 510px;
	top:0px;
	background:   url(../images/fontxt.jpg) no-repeat;
	position: relative;
}

#body #pix3 {
	height: 510px;
	width: 175px;
	top:0px;
	position: absolute;
	left: 203px;
	background:  url(../images/fontxt2.jpg) no-repeat;
	background-image:  url(../images/fontxt2.jpg) no-repeat;
}
#body #pix2 {
	height: 510px;
	width: 175px;
	top:0px;
	position: absolute;
	left: 203px;
	background:  url(../images/fontxt.jpg) no-repeat;
	background-image:  url(../images/fontxt.jpg) no-repeat;
}
#body #text {
	height: 510px;
	width: 145px;
	top:0px;
	position: absolute;
	overflow: auto;
	left: 0px;
	

}


