
body {
  
		/*width:100%;*/
		margin: 0em auto;

		align: center;
		padding: 0em;
		font-family: Arial,Verdana,Tahoma,sans-serif;

		font-size: 62.5%;

		/*background-color: #ff6633;*/
		background-color: #000000;
		/*background-image: url(images/orangetiedyewithyellow970.jpg);*/
		/*background-repeat:no-repeat;*/
		background-position: center top;
		/*background-size: 100%;*/

	}

#home {
		background-image: url(images/orangetiedyewithyellow970.jpg);
		background-repeat: no-repeat;		


}

#schedule {
		
		background-image: url(images/logobackground970.jpg);
		background-repeat: repeat-y;
	}





table#nav {
		width: 90%;
		margin: 3em auto;
		text-align: center;
		cellpadding: 2;
		cellspacing: 2;
		font-size: 2.5em;
		color: #ffff33;
	}

a:link, a:visited {
		color: #ffff33;
		outline: none;
	}
a:hover {
		color: #0000ff;
	}
a:active {
		color: #00ff00;
	}

td.mouseoff {
		background: transparent;
	}


td.mouseon {
		/*background: #000000;*/
		background-image: url(images/logobackground.jpg);
	}
#table_sched {
		width: 80%;
		margin: 3em auto;
		border: 10px solid black;
		cellpadding: 4;
		cellspacing: 2;
		text-align: center;
	}

#div_bio {
		width: 80%;
		margin: 4em auto;
		padding: 1em;
		background-color: #000000;
		font-size: 2em;
		color: #ffffff;
	}

#div_bottom {
		text-align: center;
		font-size: 2.5em;
		color: #ffff33;
	}
		
#bottom {
		width: 100%;
		margin: 0em auto;
		position: absolute;
		bottom: 0em;
		text-align: center;
		font-size: 2.5em;
		color: #ffff33;
	}