div{
border: 2px solid black;
border-radius: 20px;
float: left;
clear: left;
}


body {
background-color: black;
margin: 0px;
}

#container {
background: midnightblue;
background-color: darkcyan;
margin-top: 15px;

width: 98%;
margin-left: 1%;

/* do not use percent for height  */
height: 1900px;
padding: 0px;
border-radius: 10px;
}

.menuholder {
height: 100px;
width: 90%;
margin-left: 5%;
background-color: lightblue;
}

.menubox {
height: 60px;
width: 15%;
margin-left: 5%;
background-color: yellow;
clear: none;
font-size: 21pt;
text-align: center;
padding-top: 10px;
}


/* design this May 17th do this design of content area */
.contentarea {
height: 1500px;
width: 90%;
margin: 5%;
background-color: darkblue;
color: whitesmoke;
float: left;
clear: none;
padding: 10px;
font-size: 29pt;
text-align: center;
}

img {
height: 300px;
width: 25%;
margin: 5%;
background-color: black;
float: left;
clear: none;
padding: 5px;
}

