body {
	  color: #fff;
	  background-color: #004000;
	  font-family: tahoma, verdana, helvetica, arial, 'sans serif';
	  font-size: 14px;
	   background-image: url('webset/background0001.png');
	  }
	  
a, a:visited, a:hover, a:active {
                                color: #00ff00;
								text-decoration: none;
								font-size: 14px;
								}
	  
.header {
        position:absolute;
		left: 0px;
		top: 0px;
		width: 1200px;
		height: 900px;
		}
		
.wrapper {
         position: absolute;
		 left: 0px;
		 top: 450px;
		 width: 1200px;
		 }
	  
.leftbar {
      position: absolute;
	  top: 250px;
	  left: 200px;
	  width: 225px;
	  text-align: center;
	  }
	  
.center {
        position: absolute;
		top: 250px;
		left: 575px;
		width: 500px;
		text-align: center;
		}
	   
.open {
      border: 2px solid #00ff00;
	  width: 60%;
	  }
	  
	  .open td {
	          border: 2px solid #00ff00;
			  text-align: center;
			  }