body {
		background-color: #FFFFFF;
		background-repeat: repeat;
		color: #000000;
		font-family: Arial, Geneva, sans-serif;
		font-size: 12px;
		
	}
	
	a:link {
		text-decoration: none;
	}
	
	a:visited {
		text-decoration: none;
		color: #CC3300;
	}
	
	a:hover {
		text-decoration: underline;
		color: #FF6600;
	}
	
	a:active {
		text-decoration: none;
		color: #CC3300;
	}
	
	#everything {
		position: relative;
		margin-top: 20px;
		margin-left: 0;
		margin-right: auto;
		width: 775px;
		height: auto;
	}
	
	#main {
		position: relative;
		margin-top: 10px;
		margin-right: auto;
		margin-left: auto;
		width: 750px;
		height: 500px;
		background-color: transparent;
	}
	
	#left {
		position: absolute;
		margin-top: 0;
		margin-right: 0;
		margin-left: 0;
		width: 320px;
		height: 600px;
		background-color: #D9DBE7;
		background-image: url(http://www.webcasting.com/cdta/controlbottom.jpg);
		background-position: bottom right;
		background-repeat: no-repeat;
		z-index: 2;
			}
			
	#right {
		position: absolute;
		margin-top: 0;
		margin-right: 0;
		margin-left: 325px;
		width: 455px;
		height: 600px;
		background-color: #ffffff;
	}
	
	#agenda {
		position: absolute;
		margin-top: 40px;
		margin-left: 0;
		margin-right: 0;
		width: 455px;
		height: 450px;
		z-index: 40;
	}
	
	#power {
		position: absolute;
		margin-top: 490px;
		margin-left: 0;
		margin-right: 0;
		width: 455px;
		height: 70px;
		background-color: #7f8daa;
		text-align: center;
	}
	
	#agendahead {
		position: absolute;
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
		width: 455px;
		height: 80px;
		background-color: #FEE68A;
		z-index: 42;
	}
	
	#player {
		position: absolute;
		margin-top: 0;
		margin-left: 0;
		width: 320px;
		height: 300px;
		z-index: 3;
	}
	
	#pitcher {
		position: absolute;
		margin-top: 310px;
		margin-left: 15px;
		width: 325px;
		height: 180px;
		}
	
	
	#controls {
		position: absolute;
		margin-top: 0;
		margin-left: 0;
		margin-right: 10px;
		width: 295px;
		height: 150px;
		padding: 5px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		z-index: 66;
		
	}
	
	#p1 {
		position: absolute;
		margin-top: 8px;
		margin-left: 2px;
		width: 300px;
		height: 144px;
		background-color: #D9DBE7;
		z-index: 88;
	}

	
	table {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}