

body { 
	background-color: #000000;
	
	
}

#boxpage {
	width: 800px;
	height: 600px;
	
	background-color: #000000;
	position: absolute;
	top: 20px;
	left: 50;
	right: auto; 
	border-style: solid;
	border-color: #339966;
	border-width: 2;
	z-index: 1;
}

	
#boxprofil{
	width: 180px;
	height: 430px;
	
	background-color: #000000;
	position: absolute;
	left: 10px;
	top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border-left-style: solid;
		border-bottom-style: solid;
		border-right-style:none;
	border-top-style: none;
		border-color: #33FFFF;
	border-width: 2;

	z-index: 3;
}

#counter{
	width: 120px;
	height: 30px;
	position: absolute;
	left: 10px;
	top: 450px;
	padding-left: 5px;
		padding-right: 5px;
		border-left-style: solid;
			border-bottom-style: solid;
			border-right-style:none;
		border-top-style: none;
			border-color: #33FFFF;
		border-width: 2;
	
	z-index: 3;
	}
#bilder{

	width: 200px;
	height: 200px;
	
	position: absolute;
	left: 200px;
	top: 300px;
	padding-left: 5px;
	padding-right: 5px;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style:none;
	border-top-style: none;
	border-color: #33FFFF;
	border-width: 2;

	z-index: 3;

}
#boxresults{
		
	width: 200px;
	height: 430px;
	overflow: auto;
	background-color: #000000;
	position: absolute;
	right: 30px;
	top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	
	border-left-style: solid;
		border-bottom-style: solid;
		border-right-style:none;
	border-top-style: none;
	border-color: #33FFFF;
	border-width: 2;
	z-index: 5;
	
	}
	
#contact{

	width: 230px;
	height: 80px;
	
	background-color: #000000;
	position: absolute;
	left: 430px;
	top: 470px;
	padding-left: 5px;
	padding-right: 5px;
	
	border-left-style: solid;
		border-bottom-style: solid;
		border-right-style:none;
	border-top-style: none;
	border-color: #33FFFF;
	border-width: 2;
	z-index: 6;


}
	
	

#boxpic{
	width: 300px;
	
	
	position: absolute;
	left: 250px;
	top: 8px;

	
	
	
	
	z-index: 2;
}
h1 { 
	
	font-face: Andele Mono, Courier New, Courier;
		font-family:  monospace;
		font-style: normal;
		font-size: 14;
	color: #FFCC00;
	}



p {
	font-face: Andele Mono, Courier New, Courier;
	font-family:  monospace;
	font-style: normal;
	font-size: 12;
	color: #cccccc;
}

ul {	
	
}
li {
	list-style: none;
	
	
}

a:link {
	
	font-face: Andele Mono, Courier New, Courier;
	font-family: monospace;
	font-style: normal;
	font-size: 12;
	color: #cccccc;
	text-decoration: none; 
	}

a:visited {
		
	 font-face: 
	 font-family: 
	 font-style: 
	 font-size:
	color:
	
}
a:hover {
	font-face: Andele Mono, Courier New, Courier;
	font-family: monospace;
	font-style: normal;
	font-size: 12;
	color: #33FFFF;
	text-decoration: none; 
	font-weight: bold;
	
}

a:active {
	
	font-face: 
	font-family: 
	font-style: 
	font-size:
	color: 
	
}
	
.bold{
	font-weight: bold;

}





