/* CSS Document */
body {
  background-color: #FF0000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}

h1 {
  font-size: 14px;
}

a:hover {
  color: #BBFF00;
}

.all {
  width: 750px;
  position: absolute;
  left: 50%;
  margin-left: -375px;  
}

.nejgay {
  position: absolute;
  top: 57px;
  left: 301px;
}

.only {
  position: absolute;
  top: 107px;
  left: 116px;
}

#menu {
  position: absolute;
  top: 308px;
}
.enter {left: 0px;}
.join { left: 301px;}
.free { left: 497px;}

.scroller {
  position: relative;
  top: 0px;
}

.banners {
  position: absolute;
  top: 553px;
  left: 19%;
  z-index: 10;
}

.noscript {
  position: absolute;
  top: 553px;
  left: 20%;
  z-index: 1;
}

.friends {
  width: 760px;
  position: absolute;
  top: 618px;
  left: 50%;
  margin-left: -380px;
  text-align: center;
}

.friends a{
  color: #FFFFFF;
  font-size: smaller;
  font-weight: bold;
}

.copyright a:hover {
  font-weight: bold;
}

.preload {
  display: none;
}

