#content
{
	height: 475px;

	background-image: url('../../assets/img/bgnd.jpg');
}

#content #leaderboard
{
	height: 320px;
	width: 262px;

	margin: 10px;

	border: 1px solid black;

	float: left;
}

#content #leaderboard #signage
{
	position: absolute;

	margin-top: 1px;
	margin-left: 165px;

	width: 73px;
	height: 50px;
}

#content #leaderboard h1
{
	height: 17px;

	margin: 0px;

	padding: 3px;

	border-bottom: 1px solid black;

	color: white;
	font-size: 1.1em;
	text-transform: uppercase;
	text-align: left;

	background-color: #32525a;
}

#content #leaderboard iframe
{
	width: 262px;
	height: 294px;

	background-color: white;

	opacity: 0.70;
	-moz-opacity: 0.70;
	filter: alpha(opacity=70);

	border: none;
}

#content #welcome
{
	height: 340px;
	width: 260px;

	padding-top: 10px;

	float: left;
}

#content #welcome h2
{
	font-size: 1em;
	color: #32525a;
	font-weight: bold;
}

#content #schedules
{
	height: 350px;
	width:245px;

	float: right;
}

#content #filmstrip
{
	height: 125px;
	width: 800px;

	clear: left;
}
