body {
	background-color: #000000;
	background-image: url(bg/bg01.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #0E1F3C;
	scrollbar-highlight-color: #0E1F3C;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FE9C16;
	overflow: auto;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #B9B9B9;
	text-decoration: none;
	font-weight: bold;
}
.footer_text {
	font-size: 11px;
}
.bg01 {
	background-image: url(bg/bg02.png);
}
