div{
float: left;
clear:both;
}

#container{
background-color: navy;
margin-bottom: 400px;
width: 80%;
margin-left: 10%;
height: 1900px;
}

#menusholder{
width: 75%;
margin-top: 60px;	
margin-left: 13%;
background-color: white;
height: 150px;
clear: none;
margin-bottom: 250px;
/*padding-left: 10%;*/
}

.mainmenu{
width: 17%;
margin-top: 30px;
margin-left: 9%;
background-color: orange;
height:100px;
clear: none;
margin-bottom: 95px;
color: black;
}


.productholder{
width: 17%;
margin-top: 30px;
margin-left: 5%;
background-color: green;
height: 100px;
clear: none;
margin-bottom: 95px;
color: black;
}

.infopage{
width: 17%;
margin-top: 30px;
margin-left: 5%;
background-color:blue;
height: 100px;
clear: none;
margin-bottom: 95px;
color: black;
}


.randostuff{
width: 17%;
margin-top: 30px;
margin-left: 5%;
background-color: red;
height: 100px;
clear: none;
margin-bottom: 95px;
color: black;
}

.textbox{
width: 100%;
margin-top:10px;
margin-left: 0%;
background-color: purple;
height: 335px;
clear: none;
margin-bottom: 60px;
color: black;
font-size: 25px;
}



img{

float:right;
clear: none;
width: 60%;
height:220%;
margin-left: 25%;
margin-right: 45%;
margin-top: 65px;
}












