body {
	background-color: #333333;
	
}
#container {
	border: double #CCCCCC;
	position:absolute; 
	left:6px; 
	top:31px; 
	width:850px; 
	height:639px; 
	z-index:2; 
	visibility: visible;
}
a:link {
COLOR: #CCCCCC;
text-decoration: none; 
}
a:visited {
COLOR: #CCCCCC;
text-decoration: none; 
}
a:hover {
COLOR: #FF0000;
text-decoration: none; 
}
a:active {
COLOR: #00FF00;
text-decoration: none; 
}


#logo {
	position: absolute;
	top: -30px;
	left: 380px;
	height: 128px;
	width: 100px;
	visibility: visible;
     z-index:6;


}
#titleBlock {
	border: medium double #cccccc;
	height: auto;
	width: 200px;
	z-index: 6;
	top: 10px;
	position: absolute;
	background-color: #333333;
	left: 10px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;


}


.display {
	border: medium double #CCCCCC;
	position: absolute;
	top: 116px;
	width: 96%;
	left: 13px;
	
	z-index: 4;


	
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #CCCCCC; 
}
.wordlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
		top: auto;

   color: #CCCCCC;

}
#index {
	border: medium double #CCCCCC;
	position: absolute;
	top: 370px;
	width: 96%;
	left: 15px;
	height: 202px;
	

}

#address {
	border: medium double #CCCCCC;
	position: absolute;
	top: 600px;
	width: 300px;
	left: 250px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	z-index: 3;
	background-color: #333333;


	
}

