* { margin: 0;}
body
{
	width: 100%;
	height: 100%;
	overflow: auto;
	text-align: center;
	background: #ffffff;
	text-decoration: none;
	font-family: Verdana, "Arial CE", sans-serif;
	color: #666666;
	font-weight: bold;
	font-size: 9px;
	scrollbar-face-color: #ffffff;
	scrollbar-arrow-color: #999999;
	scrollbar-track-color: #666666;
	scrollbar-highligt-color: #ffffff;
	scrollbar-shadow-color: #333333;
	scrollbar-darkshadow-color: #333333;
	scrollbar-3dlight-color: #ffffff;
	}

#middle {
	width: 95%;
	height: 95%;
	text-align: centre;
	position: absolute;
	top: 0px;
	left: auto;
	visibility: visible;
}
#absinthe {
    width: 95%;
	height: 95%;
    text-align: centre;
	position: absolute;
	left: auto;
	top: 10px;
	visibility: visible;
	font-size: -2;
}
.wall {
    color: #A6A6A6;
	font-size: -2;
}
#footer {
    width: 95%;
	height: 25%;
    text-align: centre;
	position: absolute;
	left: auto;
	top: 850px;
	visibility: visible;
	font-size: -2;
	color: #969696;
}
#footer2 {
     width: 95%;
	height: 95%;
    text-align: centre;
	position: absolute;
	left: auto;
	top: 2900px;
	visibility: visible;
	font-size: -2;
	color: #969696;;
}
a:link {color: #333333}
a:hover {color: #666666}
a:visited {color: #333333}
a {text-decoration:none}
H3 {color: #666666;
    font: bold;
    }