/* CSS Document */
*{margin:0;padding:0;}
body {
	font: normal .9em Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #000; 
	text-align:center;
	
}

h1{font-size:2.2em;}
h2{font-size:2em;line-height:2em;}
p{font-size:1em;}
a:link{
	color:#fff;
	text-decoration:none;
	
	
}
a:visited {text-decoration:none;}
a:hover {
	
	color: #ccc;
	text-decoration:underline;
}
a:active,a:focus {
	text-decoration:none;
	
	color: #999;
}
img,a img{border:0;}
#container{background:#000;
	     width:800px;
         margin:5px auto;
         }
#content{
	     background:#000;
	     width:800px;
         height:auto;
         min-height:100%;
         border:1px solid #ccc;
         margin:0 auto;
         }
         


#header{background:#000 url(http://tickleabuse.com/images/latestbanner3.gif);
	     background-position:center;background-repeat:no-repeat;    
         margin:0 auto;        
         width:800px;
         height:220px;
        padding:0;
         }
#warningbox{
	width:500px;
   height:auto;
   margin:0 auto;
    background:#000;
    color:#fff;
    overflow:hidden; 
      
    }
    

#warningbox p a{color:#ccc!important;}
.floatleft{float:left;margin:5px;padding:5px;}
	

#linkwrap{
	clear:both;
	width:800;
	height:120px;
	overflow:hidden;
    background:#000;
    color:#ccc;
}       
#enterlinks {width:460px;height:100px;margin:1em auto;list-style:none;}

#enterlinks ul li {
  width:125px;
  display:inline;  
  font-weight: bold;  
  }
  

#enterlinks ul li a {
  height:75px; 
  font-size:2em; color:#ccc;
  padding:20px 20px 0px 20px;
  }




#footer{ margin:10px auto;
         height:auto;
         width:100%;
         text-align:center;
         background:#000;
         clear:both;
}



