p, div, span, td, textarea, input, select, ul, div 
{ 
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif 
}

#Container  { position: relative; top: 10px; left: 72px; width: 880px; height: 565px;
		background: white;
		border: solid black;
	    }

#GATitle { position: absolute; top: 18px; left: 18px; width: 841px; height: 70px;
		background-color: #eeeeee; 
		font-size: 30px;
		
	}

#Rules  { position: absolute; top: 105px; left: 18px; width: 841px; height: 200px;
		background: white;}

#Form	{ position: absolute; top: 270px; left: 18px; width: 841px; height: 275px;
		background-color: #eeeeee;}


