@charset "utf-8";
body {
	background-color: #000000;
	background-repeat: repeat;
		}
#main {
	float: none;
	height: 100%;
	width: 85%;
	background-image: url(../IMG/bkg1.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	color: #000;
	background-repeat: repeat-x;
	margin: 0 auto;
}
#textbox {
	background-color: transparent;
	width: 830px;
	overflow: auto;
	height: 420px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	white-space: normal;
	margin-top: 45px;
	margin-right: 35px;
	margin-bottom: 35px;
	margin-left: 35px;
}
#textbox2 {
	background-color: transparent;
	width: 800px;
	overflow: auto;
	height: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #CCC;
	float: none;
	white-space: normal;
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 35px;
	margin-left: 5px;
}
