#container {
	background-color: hotpink;
	height:  880px;
	margin-bottom: 40px;
	width: 90%;
	margin-left: 10%;
	float: right;
}

.TitleBox {
	border:  2px solid black;
	height: 200px;
	width:  1200px;
	position: fixed;
	background-color: green;
	top:  20%;
	left: 50%;
	margin-top: -100px;
	margin-left: -500px;
} 

.scrollbox {
	border:  2px solid black;
	height: 876px;
	width:  200px;
	position: fixed;
	background-color: blue;
	margin-left: -10px;
}

.menu1 {
	border:  2px solid black;
	height: 100px;
	width:  200px;
	top: 	20%;
	position: fixed;
	background-color: red;
	margin-left: -10px;
}

.menu2 {
	border:  2px solid black;
	height: 100px;
	width:  200px;
	top: 	40%;
	position: fixed;
	background-color: yellow;
	margin-left: -10px;
}

.menu3 {
	border:  2px solid black;
	height: 100px;
	width:  200px;
	top: 	60%;
	position: fixed;
	background-color: orange;
	margin-left: -10px;
}

.btn {
  border: none;
  background-color: inherit;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
}

.image {
	height: 315px;
	width:  600px;
	position: fixed;
	top:  50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -500px;
} 


img {
	width: 100%;
	height: 100%;
}