@charset "UTF-8";
/* CSS Document */

html {
  overflow: hidden;
}
body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;  
}

#content{
	width:100%;
	height:100%;
	position: fixed;
	bottom:0;
	top:400;
	margin-top: 400px;
}
#navigator{
	position: fixed;
	left:17px;
	top:17px;
	overflow:hidden;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-top-width: 1px;
	background-image: url(../images/elements/pencil.png);
	background-repeat: no-repeat;
	background-position: 100% 1px;
	font-family: "Andale Mono", Courier, "Courier New", Monaco, monospace;
	font-size: 10px;
	color: #ffffff;
}
#float_div {
	width:225px;
	height:300px;
	z-index:3;
	overflow:hidden;
	position: fixed;	
}
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	font-weight: lighter;
	color: #ffffff;
	
}
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: overline;
}

