
div {
float: left;
clear: both;
}

/* from Mr Rowe */
body {
background-color: black;
margin: 0px;
}

img {
width: 80%;
margin-left: 10%;

}



.myheader {
font-family: Comic Sans MS;
font-size: 82pt;
margin-block-start: 0em;
margin-block-end: 0em;
}

#container {
background-color: lightsteelblue;
/* above is ok, but better is search chrome for css color NBA teams */
background-color: #E03A3E;
height: 1800px;
margin-top: 0px;
margin-bottom: 40px;
width: 80%;
margin-left: 10%;  
}

.headerofmenus {
width: 80%;
margin-left: 10%;
background-color: black;
height: 200px;
}

.contentholder {
background-color: black;
color: white;
width: 80%;
margin-left: 10%;
margin-top: 10px;
/* remove height , parent always grows to fit all child objects */
}

.menu {
background-color: #E03A3E;	
height: 50px;
width: 120px; 
color: white;
margin: 5px;
padding: 10px;
border-radius: 5px;
float: left;
clear: none;
}