body {
	background:#190c04;
  	
	}
	
	
a:link {color: #99a5df; text-decoration: underline; border:none;} 
a:visited {color: #99a5df; text-decoration: underline; border:none;}
a:hover {color: #fa7b4e; text-decoration: underline; border:none;}
a:active {color: #fa7b4e; text-decoration: underline; border:none;}

#textbox {
	width: 300px;
	height: 300px;
}

#leftside {
	background-image: url('img/Timothy_Sanford.jpg');
	height: 300px;
	width: 500px;
	color: #FFFF00;
	float:left;
	border: thin solid #FFFFFF;
	padding-left: 10px;
	}

p {
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: .8em;
	clear: none;
	display: inline;
	padding-bottom: 1em;
}

h1, h2, h3, h4, h5 {
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
}

h1 {
	font-size: 1.5em;
}
	
#player2 {
	float: right;
	border: thin solid #FFFFFF;
	width: 250px;
}

#outer {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}
 
#inner {
	background:#190c04;
  width: 770px;
  height:300px;
  margin-left: -395px;  /***  width / 2   ***/
  position: absolute;
  top: -150px;          /***  height / 2   ***/
  left: 50%;
}

#footer {
	clear:both;
	padding-top: 5px;
	font-size: .8em;
}

#subfooter a, img {
	border:none;
	text-decoration: none;
	color: #FFFFFF;
}
