body {
	background-color: #444A44;
	font-family: Helvetica,Verdana,Arial;
	font-size: 11px;
	color: #000;
	}
	
div.menublock {
	position: absolute;
	left: 20px;
	border: black 1px solid;
	width: 80px;
	text-align: center;
	height: 22px;
	vertical-align: middle;
	line-height: 22px;
	z-index: 1;
	}
	
body > div.menublock {
	position: fixed;
}
	
#title {
	position: absolute;
	left: 20px;
	border: none;
	width: 80px;
	text-align: center;
	height: 22px;
	vertical-align: middle;
	line-height: 22px;
	z-index: 1;
	background-color: #444A44;
	font-size: 18px;
	color: #EEE;
	top: 12px;
}

body > div#title {
	position: fixed;
}

#main {
	position: absolute;
	left: 114px;
	border: black 1px solid;
	background-color: #EEE;
	top: 10px;
	z-index: 1;
	padding: 10px;
	width: 550px;
}

#selector {
	position: absolute;
	left: 99px;
	width: 16px;
	border-bottom: black 1px solid;
	border-top: black 1px solid;
	height: 22px;
	background-color:#EEE;
	z-index: 2;
}

body > div#selector {
	position: fixed;
}

h1 {
	padding: 0px;
	margin: 0px;
}

a.menu {
	text-decoration:none;
	color:#000;
	
	font-size:11px;
	text-shadow: #000 0px 0px 0px;
}

a {
	text-decoration: underline;
	color:#1A1;
	text-shadow: #090 0px 0px 1px;
}