/* INTRO CSS FILE */

html, body,#mainDiv {	width: 100%; height: 100%;
					border: 0; padding: 0; margin: 0;
					background: url(../pics/intro/GEN_3960.jpg) no-repeat #000;
					}
					
						
/*h2 {	color: #0e8208; border: 1px solid black; background: #333333; }*/

#navigation {	position: absolute; left: 550px; top: 200px; 
				background: black;
				border: 1px solid #0e8208;
			}
			
#descriptionHidden 	{	position: absolute; top: 900px;
						color: #444444;
					}



th	{ 	background: #333333; color: #0e8208;
		/*border: 1px solid #0e8208;*/
		border: 1px solid #444444;
		font-size: 15px;
		font-family: sans-serif;
	}

td  	{	background: black; 
		color: white;
		/*border: 1px solid #222222; */
		border: 0;
		text-align: center;	
		font-size: 18px;
		font-family: sans-serif;
	}

tr:hover	{ background: white; }
td:hover { background: #333333; font-weight: bold; border: 1px solid #555555; font-size: 20px; }

a:link	{ color: white; text-decoration: none; }
a:active {}
a:visited { color: white; text-decoration: none; }
a:hover { color: white; }