@CHARSET "ISO-8859-1";

body.spot {
}

body {
  overflow-x: hidden;
  background-color: #ffffff;
}

#pagecenter {
  margin: 0 auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #ffffff;
}

#text {
	font:Helvetiva, sans-serif;
	font-size:30px;
	font-weight:bold;
	color:#FFFFFF;
	
	}

#pagecenter a {
  display: block;
  height: 15600px;
  width: 100%;
  text-decoration: none;
}

#nav {
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  overflow: auto;
  top: 0;
  width: 10px;
}

#nav:hover {
  width: auto;
}

#nav * {
  display: block;
  height: 0;
  left: -999em;
  position: absolute;
  overflow: hidden;
  top: -999em;
  width: 0;
}

#nav:hover * {
  height: auto;
  left: auto;
  overflow: auto;
  position: static;
  top: auto;
  width: auto;
}

#nav ul {
  list-style-image: none;
  list-style-type: none;
  border: 1px solid black;
}

#nav ul li a {
  background-color: #fff;
  color: #fff;
  display: block;
  font-size: 0.8em;
  padding: 0.5em 0.3em;
  text-decoration: none;
}

#nav ul li a:hover {
  color: #fff;
  background-color: #fff;
}