

body { 
	background-color:#000000 ;
	
	
}

#boxpage {
	width: 800px;
	height: 600px;
	
	background-color: #000000;
	position: absolute;
	top: 20px;
	left: 80px;
	right: auto; 
	
	border-style: outset;
	
	border-color: #D9FFCC;
	border-width: 4px;
	z-index: 3;
}
#bgpic{

	width: 600px;
	position: absolute;
	left: 60px;
	top:50px;
	z-index: 2;
}

#counter{
	position: absolute;
	top: 340px;
	left: 55px;
	z-index: 7;
	float: left;
	width: 50px;
}

	
#navi{
	width: 150px;
	height: 250px;
	position: absolute;
	top: 120px;
	left: 55px;
	background-color: #E5FFF3;
	z-index: 3;
	float: left;
border-style: outset;
		
	border-color: #D9FFCC;
	
	
	border-width: 3px;



}

#sponsor{
	width: 130px;
	height: 250px;
	position: absolute;
	top: 45px;
	right: 150px;
	background-color: #E5FFF3;
	z-index: 3;
	float: right;

	border-style: outset;
		
	border-color: #D9FFCC;
	
	border-width: 3px;

}

#boxmain{
		
	width: 420px;

	height: 300px;

	overflow: auto;
	
	position: absolute;
	top: 255px;
	left: 150px;
	
	z-index: 5;
	float: left;
	background-color: #000000;
	
	border-style: outset;
	
	border-color: #D9FFCC;
	border-width: 3px;
	
	}
	
#copy {
	width: 100%;
	position: absolute;
	bottom: 5px;
	text-align: center;
	font-size: 10px;
	color: #E5FFF3;
	z-index: 6;

}
a:link{
color: #000000;
text-decoration: none; 

}
a:active{
color: #000000;
text-decoration: none; 
}

a:hover {
color: #000000;
font-weight: bold;
text-decoration: none; 
}

a:visited {
color: #000000;
text-decoration: none; 
}




p {
	background-color: #E5FFF3;
	font-family: Courier, Courier New, Andele Mono, monospace;
	font-size: 12px;
	
	color: #000000;
	padding-left: 10px;
	padding-top: 5px;
}

h1{
	
	background: #D9FFCC;
	padding-left:50px;
	padding-right: 5px;
	font-family: Courier, Courier New, Andele Mono, monospace;
	font-style: oblique;
}

h2{
	
	background: #D9FFCC;
	padding-left:5px;
	padding-right: 5px;
	font-family: Courier, Courier New, Andele Mono, monospace;
	font-style: oblique;
}






ul{

}

li{
list-style: none;
font-family: Courier, Courier New, Andele Mono, monospace;
	font-style: oblique;
	font-style: oblique;

}

.bold{
	font-weight: bold;

}