div {
	float: left;
	clear: both;
}


#container {
	background-image: url(https://wallpapercave.com/wp/wp2459797.jpg);
	background-color: goldenrod;
	/*height: 1300px;*/
	margin-bottom: 40px;
	width: 80%;
	margin-left: 10%;


}

.menuheader {
	width: 90%;
	margin-left: 5%;
    background-color: saddlebrown;
    /*height: 100px;*/
float: left;
clear: left;
word-break: all;
}

.contents {
background-color: saddlebrown;

/*if i add padding reduce width*/
width: 80%;
margin-left: 10%;
/*height: 80px;*/
margin-top: 50px;
float: left;
clear: left;

}
.secondmenubar {
	width: 90%;
	margin-left: 5%;
    background-color: saddlebrown;
    /*height: 100px;*/
     text-align: center;
     align-self: bottom;
float: left;
clear: left;
 }
img {
	height: 300px;
	width: 300px;
}
.button{
background-color: goldenrod;
	/*height: 1300px;*/
	margin-bottom: 40px;
	width: 80%;
	margin-left: 50px;
	word-spacing: 30px;
}
body {
  background-image: url(https://t3.ftcdn.net/jpg/05/56/74/32/360_F_556743287_z3qgGVjBY7PzrpQQQcabv9z634Od4zO9.jpg);
}