div {
float: left;
clear: both;
}

img {
float:right;
width:25%;
margin-left: 15px;
margin-bottom: 15px;
}

#container {
background-color: maroon;
width: 80%;
margin-left: 10%;
}

.menubox {
margin-top: 2vh;	
width: 90%;
margin-left: 7vh;
background-color: darkgray;
}

.content {
background-color: grey;
width: 80%;
margin-left: 10%;
height: 700px;
margin-top: 10px;
margin-bottom: 10vh;

}
.menubutton {
background-color: dimgray;
font-size: 1.4vh;
margin-left: 19vh;
margin-top: 0.5vh;
margin-bottom: 0.5vh;
padding: 1vh;
float: left;
clear: right;
color: black;
}