@charset "utf-8";
/* CSS Document */

#container {
	width: 1280px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	background-color: #000;
	margin: auto;
}

#banner {
	background-image: url(Images/skyline.png);
	height: 315px;
	width: 1280px;
}
#black {
	background-color: #000;
}
#divider {
	background-image: url(Images/line.png);
	height: 8px;
	width: 800px;
	background-position: center center;
	background-color: #FFF;
	float: left;
}
#information_container {
	width: 800px;
	border: 2px solid #27AAE1;
	margin-right: 240px;
	margin-left: 240px;
	overflow: hidden;
}
#home {
	background-color: #FFF;
	height: 39px;
	width: 800px;
	background-position: center center;
	float: left;
}
#teams {
	background-color: #FFF;
	height: 65px;
	width: 800px;
	float: left;

}
#sponsor_1 {
	height: 85px;
	width: 320px;
	float: left;
	background-color: #FFF;
}

#bracket {
	width: 480px;
	float: right;
	height: 500px;
	background-color: #939598;
}

#divider_2 {
	height: 8px;
	width: 320px;
	background-image: url(Images/line2.png);
	float: left;
	background-position: center center;
	background-color: #FFF;
}

#listen {
	width: 320px;
	height: 50px;
	float: left;
	background-color: #FFF;
}

#watch {
	float: left;
	width: 320px;
	height: 200px;
	background-color: #FFF;
	background-image: none;
	
}

#poll {
	height: 100px;
	width: 320px;
	float: left;
}

#hospitality {
	float: left;
	height: 49px;
	width: 320px;
	background-color: #FFF;
}

#sponsor_2 {
	float: left;
	height: 84px;
	width: 320px;
	background-color: #FFF;
}

#sponsors {
	float: left;
	height: 100px;
	width: 800px;
	background-color: #FFF;
}

#volunteers {
	float: left;
	height: 150px;
	width: 800px;
	background-color: #FFF;
}
#full_bracket {
	height: 850px;
	width: 800px;
	background-color: #FFF;
	float: left;
}
#independent_header {
	float: left;
	height: 65px;
	width: 800px;
	background-color: #FFF;
}
#independent_team {
	float: left;
	height: 700px;
	width: 800px;
	background-color: #FFF;
}
#Video {
	float: left;
	height: 834px;
	width: 800px;
	background-color: #FFF;
}
#Inspirational {
	float: left;
	height: 834px;
	width: 800px;
	background-color: #FFF;
}
#3_Point {
	background-color: #FFF;
	float: left;
	height: 500px;
	width: 800px;
}
#History {
	background-color: #FFF;
	height: 1800px;
	width: 800px;
	float: left;
}
#contact {
	background-color: #FFF;
	float: left;
	height: 250px;
	width: 800px;
}
#menu {
	float: left;
	height: 200px;
	width: 800px;
	background-color: #FFF;
}

