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

body, HTML{
	height:100%;
}

a:link {
	color: #006633;
	text-decoration: none;
}
a:visited {
	color: #006633;
	text-decoration: none;
}
a:hover {
	color: #009900;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.float {
	position: absolute;
	top:5px;
	text-align:left;
	width:500px;
}
div > div.float {
	position: fixed;
}

/* end layouts */