/*2005-08 Robert Wadley robntina [at] users.sourceforge.net
This CSS is used by index3.html which is intended for frameless and text browsers and only positions the sourceforge logo/link to the top right to look better in full browsers.*/

#sourceforge {
  position : absolute;
  top : 20px;
  right : 20px;
  z-index : 10;
  }
