@charset "UTF-8";
/* ---------- CSS Document ---------- */

    body {
      color: #999;
      background-color: #DFDFDF;
      background-repeat: repeat;
	  background-image: url(../images/bg_green.png);
	  margin: 0;
	  padding: 0;
	  font-family: Tahoma, Verdana, Arial;
	  font-size: 11px;
    }

	h1 {
	  margin: 0;
	  display: none;	
	}
	
	h2 {	
	  margin: 0;
	  display: none;
	}


	a {
	  color: #fff;
	  text-decoration: none;
	}
	
	a:active, a:focus {outline: none;}
	
	a:hover {
	}	
	
    #wrapper {
      margin: auto;
    }


	#mainlinks {
	  list-style-type: none;
	}
	
    #content {	  
      top: 50%;
	  left: 50%;
	  position: absolute;
	  margin-top: -220px;
	  margin-left: -450px;      
    }

	#content li {
		text-transform: uppercase;
		color: #fff;
		font-size: smaller;
		float: left;
	} 

	#content li a {
		font-size: 12px;
		display: block;
	}

		
	#content p {
     font-size: 20px;
     text-align: center;
     color:#fff;
     margin:0;
     clear:left;
	} 	   
    

	.star {
      background-image:url(../images/star.png);
      width:307px; 
      height:346px;	
      text-indent:-9999px;
	  overflow:hidden;
	}
		
	a.star:hover { 
   	  background-image:url(../images/star_hover.png);
   	}
   
 	.boy {
      background-image:url(../images/boy.png);
      width:161px; 
      height:346px;	
      text-indent:-9999px;
	  overflow:hidden;
	}
		
	a.boy:hover { 
   	  background-image:url(../images/boy_hover.png);
   	} 
   	
 	.aries {
      background-image:url(../images/aries.png);
      width:327px; 
      height:346px;	
      text-indent:-9999px;
	  overflow:hidden;
	}
		
	a.aries:hover { 
   	  background-image:url(../images/aries_hover.png);
   	}
   	
   	#xtra {
   	  width: 1px;
   	  height: 346px;
   	  background:url(../images/big_dash.png) no-repeat center;
   	}
  
  
  
  
    a.superlink:hover {
/*      border:2px dotted #ffF;*/
      padding:3px 10px 5px 10px;
      background-color: #fff;
      color:#99ca00;
    }
  
   
   #footer {
     clear:both;
     font-size: 20px;
     text-align: center;	
     height:20px;
   }
   
   #footer a {
     color:#fff;
   }
