body {
	background-color:000000;
	font-family: "Gill Sans", Optima, "Stone Sans ITC TT-Semi", Helvetica, Arial, sans-serif;
}

#textbox {
	background:url('/images/textbox.gif') no-repeat;
	height:530px;
	left:50%;
	margin:200px 0 0 -100px;
	position:absolute;
	top:50%;
	width:760px;
}

#bg {
	background:url(/images/bg4.png);
	position:absolute;
	top:10px;
	left:10%;
	height:600px;
	width:800px;
}

/* content */
#content {	
	height:320px;
	overflow:auto;
	padding:0 42px;
	width:431px;
	height:290px;
	position:absolute;
	left:255px;
	top:235px;
	color:777766;
}

a:link {
	color: ff8844;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: ff8844;
}
a:hover {
	text-decoration: none;
	color: 5599cc;
}
a:active {
	text-decoration: none;
}
