#container {
background-color: pink;
width: 1780px;
margin-left: 30px;
margin-right: 30px;
float: left;
}

/* change image size */
img {
width: 1780px;
height: 500px;
float: left;
clear: right;
}

div {
border-width: 3px;
border-color: white;
background-color: white;
}

/* choose menu size */
.title {
width: 1780px;
height: 75px;
background-color: red;
font-size: 50px;
text-align: center;
float: left;
clear: left;
}

/* make sure all item is float */

.menuholder {
width: 1780px;
height: 75px;
background-color: hotpink;
float: left;
}

.menubox {
float: left;
margin-left: 50px;
font-size: 30px;
}



a {
text-decoration: none;
}

p {
padding: 30px;	
font-size: 50px;
}

.bottomcontent {
float: left;
clear: both;
}
