html {
	margin: 0;
	padding: 0;
	z-index: 0;
	}

body {
	background-color: #000000;
	margin: 0px;
	margin-top: 0px;
	font-size: 12px;
	background-attachment:scroll;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #FFF;
	line-height: 150%;
	letter-spacing:0.5px;
	
}





div.floatingNEXT {
  margin: 0;
  font-size:  /*smaller*/;
  font-weight: bold;
  line-height: 1;
  text-align: bottom;
  position: fixed;
  bottom: 0%;
  left: ;
  width: ;
  right: ;
  padding-left: 3.9em;
}
div.floatingNEXT p {
  margin: 0; 
  padding: 0em 0em;
  font-family: Arial, sans-serif;
  background: #900;
  border: thin outset #900;
  color: white;
}

div.floatingNEXT a, div.floatingNEXT em { display: ; margin: 0 0 }
div.floatingNEXT a, div.floatingNEXT em { border-top: 0px groove #900 }
div.floatingNEXT a:first-child { border-top: none }
div.floatingNEXT em { color: #CFC }

div.floatingNEXT a:link { text-decoration: none; color: white }
div.floatingNEXT a:visited { text-decoration: none; color: #CCC }
div.floatingNEXT a:hover { background: ; color: white }
