body {
	background-image: url(../images/brown_bkgrnd.jpg);
	margin-top: 75px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

#wrapper {
	height: 450px;
	width: 800px;
	margin: 0 auto;
	border: 1px solid black;
}

#header {
	height: 150px;
	width: 800px;
	background-image: url(../images/BGTop.jpg);
}

#homebody {
	height: 200px;
	width: 800px;
	background-image: url(../images/BGMid.jpg);
	text-align: center;
	
}

#homebottom {
	height: 100px;
	width: 800px;
	background-image: url(../images/BGBottom.jpg);
}

#playcontainer {
	height: 220px;
	width: 300px;
	margin-bottom: 0px;
	margin-top: 180px;
	margin-left: 30px;
}

#playbuttons {
	height: 110px;
	width: 100px;
	float: left;
}

#movie {
	height: 275px;
	width: 400px;
	background-color: #536D4A;
}

#footer {
	height: auto;
	width: 800px;
	margin: 0 auto;
	font-size: 12px;
	background-image: url(../images/BottomShade.png);
	background-repeat: no-repeat;
	color: white;
}

#footertop {
	height: auto;
	width: 800px;
	padding-top: 10px;
	font-size: 11px;
	line-height: 15px;
	color: white;
	margin: 0 auto;

}

#footerbottom {
	height: auto;
	padding-top: 10px;
	width: 400px;
	font-size: 12px;
	color: white;
	margin: 0 auto;
	margin-top: 0px;
}

#funding {
	height: 30px;
	width: 600px;
	margin: 0 auto;
	margin-top: 20px;
	font-size: 12px;
	color: white;
	text-align: center;
	clear: both;
}


/* STYLES */

.space2 {
	padding: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.movies {
	color: white;
	font-size: 18px;
}

.pushdown {
	padding-top: 30px;
}
