body{
  font-family: sans-serif, Nimbus Sans L;
}

#bground{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: -100;
}

#clouds{
  overflow: hidden;
  position: absolute;
  z-index: -99;
}

#page_holder{
  /*height: 600px;*/
  width: 950px;
  text-align: left;
}

#new_exp{
  float: right;
  position: relative;
  top: 5px;
  right: 62px;
  width: 180px;
	color: white;
}

#expeditions{
  float: left;
  position: relative;
  top: 5px;
  left: 223px;
  width: 480px;
	color: white;
}

.separater{
  clear: both;
  padding: 10px 0 10px 0;
}

.separater div{
  border-bottom: 1px solid black;
  opacity:0.3;
  filter:alpha(opacity=30);
}

table a{
  text-decoration: none;
}

table a:hover{
  text-decoration: underline;
}

#ff_link{
  color: white;
  text-decoration: none;
}

#ff_link:hover{
  text-decoration: underline;
}
