/* --- Titles --- */
#maintitle {
  left: expression( document.body.scrollLeft + 'px' );
  top: expression( document.body.scrollTop + 'px' );
}

body > #maintitle {
	position: fixed;
	right:0px;
	top:5px;
	border-bottom:1px solid #555;
	border-left:1px solid #555;
	border-top:1px solid #555;
	cursor:default;
	background-color: #fff;
	z-index:5;
	cursor:pointer;
}
#maintitle .square {
	background-color:#64bab8;
	width:10px;
}
#maintitle .text {
	border-left:1px solid #555;
	padding: 5px 10px;
	font-size:32px;
}
#maintitle:hover .square {
	background-color:#afca1b;
}
h1 {
	position: absolute;
	top:10px;
	left:10px;
	margin:0;
}
h2 {
	margin:10px 0 10px 2px;
}