html, body, div, img, ul, li, h1, h2, h3, table { margin: 0 auto; padding: 0; border: 0; }

body {
	background: #0099cc;
	padding-top: 20px;
}


#top {
	width: 800px; height: 195px;  
	position: relative;
	margin-top: 30px;
}

#fname { 
	font-family: arial;
	font-size: 90px;
	color: #ff7f00;
	text-transform: lowercase;
	margin-left: 50px;
}

#lname {
	font-family: "Times New Roman", Times, serif;
	font-size: 120px;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	bottom: 0; left: 0;
	margin-left: -50px;
}

.number { color: #ff0; }

#player_info { width: 800px; margin-top: 50px; }

#player_pic {
	width: 300px; height: 400px;
	border: 8px solid #fff;
	float: left;
	cursor: pointer;
}
#player_pic span { display: none; }
#player_pic.stats span { display: block; }
.player_bio {
	width: 280px; height: 380px;
	background: #222 url('images/bg_bio.png');
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
}
.player_bio h3 {
	text-transform: uppercase;
	color: #111;
	text-shadow: 0px 2px 3px #555;
}
.player_bio tr:nth-child(odd) {
	background: #333;
}

#player_stats {
	width: 330px;
	padding-top: 195px;
	padding-left: 15px;
	background: url('images/logo_instinct.png') top center no-repeat;
	float: right;
	color: #fff;
	font-family: arial;
	font-size: 22px;
}

#bottom {
	width: 800px;
	margin-top: 30px;
}

#video {
	width: 594px; height: 284px;
	margin-left: -10px;
	position: relative;
	background: url('images/play.jpg') center top no-repeat;
}

#about {
	width: 600px;
	padding-right: 200px;
	background: url('images/about.jpg') top left no-repeat;
	margin-top: 25px;
	padding-top: 80px;
	color: #fff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	line-height: 22px;
}

#sig {
    height: 75px;
	font-size: 32px;
	margin-top: 25px;
}

#player_list { width: 800px; }
#player_list h3 { color: #fff; font-family: arial; font-size: 24px; }
#player_list a { color: #ff9900; font-family: arial; font-weight: bold; font-size: 14px; text-decoraiton: none; text-transform: capitalize; }
#player_list a:hover { text-decoration: underline; }

.clear { clear: both; height: 50px; }

