body {
	margin: 0px;
	padding: 0px;
	background: transparent;	
}
#black{
	height: 100%;
	width: 100%;
	background: black;
}
td, div {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	text-decoration : none;
	font-weight: normal;
	line-height: 14px;
}
form {
	margin:0px;
	padding:0px;
}
a {
	color:#000000;
	text-decoration:underline;
}
a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

	/* special */

.left{
	float: left;
}
.right{
	float: right;
}
#center{
	position: relative;
	top: 50%;
	left: 50%;	
	width: 2px;
	height: 2px;
}
body > #center{
	position: absolute;
	top: 50%;
	left: 50%;	
	width: 2px;
	height: 2px;
}
#content {
	position: relative;
	top: -300px;
	left: -480px;	
	width: 960px;
}
#position {
	position: absolute;
}
#bg{	
	top: 25px;
	left: 525px;
	position: absolute;
	height: 448px;
	width: 303px;	
	background: #6eb15b;
	-moz-opacity: 0.65;
	filter: alpha(opacity=75);
	z-index: 2;
}
#border{	
	top: 25px;
	left: 525px;
	position: absolute;
	height: 445px;
	width: 300px;		
	border: 3px solid #6eb15b;
}
#contentArea{	
	z-index: 200;
	top: 28px;
	left: 528px;
	position: absolute;
	height: 445px;
	width: 300px;
	display: none;
}
#position > #bg{
	height: 448px;
	width: 303px;
}

#aacInfoArea{
	position: absolute;
	top: 270px;
	left: 206px;
	color: red;
	z-index: 500;
	white-space: nowrap;
	font-weight: bold;
}