@charset "UTF-8";
/* CSS Document */
	  
	* {
	  font-family: MS Gothic, Courier New, monospace;
		color: white;
		image-rendering: pixelated;
		font-size: 100%;
		font-smooth: never;
		-webkit-font-smoothing: none;
		scrollbar-color: white black;
	}
	  
  body {
    background-image:url("bgs/bg_08.gif");
		background-color: #041E1C;
	}
	
  table {
		border-collapse: collapse;
  }
	
  td {
		border: white 1px solid;
		padding: 5px;
  }
		
  a:link {
		color:#FE5500;
  }
		  
  a:visited {
		color:#FE5500;
  }
	  
	a:hover {
		color:#FE5500;
		background-image:url("anims/selec_1.gif");
		background-repeat: repeat-x;
		background-position: left bottom;
	}
    
    #main {
  		height: auto;
  		width: 900px;
  		margin-top: 30px;
  		margin-right: auto;
  		margin-bottom: auto;
  		margin-left: auto;
  		padding: 20px;
  		background-color:#000000;
  		border: white 7px double;
  		text-align: center;
  		box-shadow: 0px 10px 25px black;
  		position: relative;
  		overflow: hidden
    }
        
    #navbar {
  		height: auto;
  		width: 500px;
  		margin: auto;
  		padding: 10px;
  		border: white 1px solid;
  		text-align: center;
    }
        
    .box {
  		height: auto;
  		width: 850px;
  		margin: auto;
		padding: 2px;
  		border: white 1px solid;
    }