body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #DADADA;
	background-color: #000000;
	text-align: center;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #DADADA;
	background-color: #000000;
	text-decoration: underline;
}

#transbox {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	z-index: 1;
	top: 0;
	border: none;
}
#backbox {
	height: 581px;
	width: 826px;
	position: relative;
	z-index: 2;
	border: none;
	top: 5%;
}
#textbox {
	background-color: none;
	height: 500px;
	width: 240px;
	position: absolute;
	left: 30;
	z-index: 3;
	top: 200;
	border: none;
}

