body {
	background-image: url(/pic/MainBG.jpg);
	background-repeat: no-repeat;
}

.maintitle {
	font-family: Jokerman, arial;
	font-size: 15pt;
	color: #EF8D4D;
	font-weight: normal;

	word-spacing: 4px;
	line-height: 20pt;

	height: 30 px;
	width: 505px;
	padding-top: 0px;

	overflow: hidden;
	
	position: absolute;

	
}

.maintext {
	font-family: arial;
	font-size: 9pt;
	color: white;
	font-weight: bold;

	text-align: left;

	word-spacing: 2px;
	line-height: 20pt;

	height: 535px;
	width: 505px;
	
	margin-top: 30px;
	padding-top: 15px;

	overflow: auto;

	position: absolute;

	filter:chroma(color=#000000);
	scrollbar-face-color: #86D8E7 !important;
	scrollbar-shadow-color: #000000 !important;
	scrollbar-highlight-color: #000000 !important;
	scrollbar-3dlight-color: #000000 !important;
	scrollbar-darkshadow-color: #000000 !important;
	scrollbar-track-color: #000000 !important;
	scrollbar-arrow-color: #000000 !important;
}