body {
	background-image: url("http://4hdwallpapers.com/wp-content/uploads/2015/01/winter-landscape-snow-forest_130771.jpg");
		
	background-repeat: no-repeat;
	background-size: 4000px;
}

div {
	border: 2px solid black;
	border-radius: 20px;
	color:black;
}

.textbox {
min-height: 50px;
width: 80%;
margin-left: 10%;
background-color: #B8860B;
clear: left;
padding: 30px;
}

.mediumheader {
background-color: #D2691E;
clear: both;
padding: 30px;
width: 80%;
margin-left: 10%;
float: left;
}

.container {
background-color: blue;
float: left;
clear: left;
padding: 20px;
margin-left: 8vw;
width: 70vw;
height: 1500px; 
}

.menubox {
height: 40px;
width: 22%;
background-color: yellow;
float: left;
padding: 5px;
text-align: center;
min-width: 160px; 
}


.topheader {
width: 300px;
margin-right: auto;
margin-left: auto;
background-color: blue;
text-align: center;
font-size: 24pt;
}