/* My Cascading Style Sheet
 *
 * $Id$
 *
 */

@import url(../erik.css);

/* This line rests any browsers that got confused by the @import lines */
.ignored { color: black; }



/*#floater {
  position: fixed;
  top: 85%;
  left: 85%;
  bottom: 95%;
  right: 95%; 
}*/

#floater {
  position: fixed;
  top: 80%;
  left: 85%;
  bottom: 10;
  right: 10;
}

/*-- Not required, this is just for styling --*/
#floater {
  background-color:#000000;
  color: #ffffff;
  text-align: center;
  padding:10px;
}

#floater {
  border-style: groove;
  border-color: #ff0000;
}

