#container { 
	background-color: white;
	width: 100%;
	height: 100%;
}

.textbox {
	background-color: lightblue;
	margin-left: 19.2%;
	padding: 5%;
	font-size: 30px;
	margin-top: -100px;
	height: 500px;
	width: 899px;
	
}

.banner {
	margin-bottom: 100px;
	padding: 5%;
	height: 40px;
	float: center;
	color: solid black;
	font-size: 70px;
	background-color: lightblue;
	clear: both;
	text-align: center;
	font-family: Arial Black;
}


.sidebar{
	padding: 5%;
	background-color: lightblue;
	float: left;
	height: 350px;
	margin-top: -672px;
	border-radius: 10px;
	margin-bottom: 300px;
	clear: both;
	width: 115px;
	border: 5px darkgreen;
}

.submenu {
	color: black;
	padding: 10px;
	height: 50px;
	border-radius: 15px;
	width: 100px;
	background-color: white;
	text-align: center;
	font-size: 17px;
	float: left;
	cursor: pointer;
	border: 2px solid black;
}



body {

background-color: white;

}

a {
	text-decoration: none;
	color: black;
}