body {
  background-image: url(/res/gridbg.png);
  background-size: initial;
  overflow-y: hidden;
}

.Menubox {
  position: relative;
  top: 30%;
  height: 35%;
  width: 225px;
	border: 0px;
}

.Mainbox {
  right: -1%;
	top: 0px;
  width: 800px;
  height: 966px;
  border: 0px;
  position: absolute;
}

.indexcontainer {
  width: 1060px;
  height: 966px;
  bottom: 8px;
  margin-left: 20%;
  margin-right: 25%;
  position: relative;
  flex: 1;
}
