* {
	background-color: black;
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 960px;
	height: 300px;
	background-image: url(../images/header.jpg);
}

#stats {
	width: 425px;
	height: 180px;
	background-image: url(../images/brodyStats.jpg);
	margin-top: 75px;
	margin-left: 45px;
	float: left;
}

#flashmovie {
	width: 400px;
	height: 340px;
	background-color: white;
	float: left;
	margin-top: 30px;
	margin-left: 30px;
}

#clearFloats {
	clear: both;
}

#pics {
	width: 960px;
	height: 180px;
	margin-top: 20px;
}

#photoList {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	padding-top: 20px;
}

#photoList li{
	display: inline;
	margin: 0 20px;
}