* { 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;
	top: 750px;
	}

#corner {
	width: 25%;
	height: 25%;
	text-align: left;
	position: absolute;
	top: 5px;
	left: 5px;
	visibility: visible;
}
#menu {
	float:left;
	width: 30%;
	height: 95%;
	text-align: left;
	position: absolute;
	top: 105px;
	color:#382020;
	left: 10px;
	visibility: visible;
	z-index: 3;
}
#text {
	width: 95%;
	height: 10%;
	text-align: centre;
	font-size: 12pt;
	color:#382020;
	position: absolute;
	top: 10px;
	left: auto;
	visibility: visible;
}
.description{
color:#826161;
}
#pic {width: 95%;
	height: 95%;
	text-align: centre;
	position: absolute;
	top: 105px;
	left: auto;
	visibility: visible;
	}
#buttons {
	width: 95%;
	height: 7%;
	text-align: centre;
	position: absolute;
	top: 75px;
	left: auto;
	visibility: visible;
}
#footer {
	width: 95%;
	height: 15%;
	text-align: centre;
	position: absolute;
	top: 700px;
	left: auto;
	visibility: visible;
}
a:link {color: #333333}
a:hover {color: #666666}
a:visited {color: #333333}
a {text-decoration:none}
