body {
	background: black;
}

img {

	   height: 563px;

	      left: 50%;

	         margin-top: -282px;

		    margin-left: -375px;

		       position: absolute;

		          top: 50%;

			     width: 750px;

		     }

h1 {
	
	  text-align: center;
	  
	    font-size: 1em;
	    
	      color: #009;
	      
	        margin-bottom: .3em;
		
		  text-decoration: underline;
		  
	  }
	  
	  
	  
	  table {
		  
		    margin: .3em;
		    
		      width: 290px;
		      
	      }
	      
	      
	      
	      th {
		      
		        padding: .2em;
			
		}
		
		
		
		td {
			
			  padding-left: .5em;
			  
			    padding-right: .5em;
			    
			      border: 1px solid #900;
			      
			        background-color: #ffc;
				
			}
			
			
			
			#trHeader {
				
				  text-decoration: underline;
				  
				    color: #900;
				    
			    }
			    
			    
			    
			    .centerCell {
				    
				      text-align: center;
				      
			      };
