div {
	border: 2px solid black;
	border-radius: 20px;
	color: black;
	float: left;
	clear: none;
}

#container {

	width: 90%;
	margin-left: 5%;
	margin-right: 5%;

	background-color: lightcoral;
}


.longbox {
	width: 15%;
	background-color: lightgreen;
	padding: 10px;
	margin: 5px;
	font-size: 24pt;
}


.content {
	width: 75%;
	height: 815px;
	margin-left: 5%;
	background-color: lightblue;
}

#mainimg {
	width: 256px;
	height: 256px;
	left: -400px;
	position: relative;
}
#img2 {
	width: -256px;
	height: 256px;
	left: 155px;
	position: relative;
	
}

.header {
	width: 90%;
	height: 100px;
	margin-left: 2%;
	margin-right: 2%;
	padding: 3%;
	background-color: pink;
	font-size: 50pt;

	
}

#header-text {
	position: relative;
	top: -100%;
}

#menuHole {
	position: relative;
	top: -250px;
	width: 100px;
	height: 125px;
	left: 1000px;
	background-color: rgb(130, 139, 85);
}

#infoHole {
	position: relative;
	width:  500px;
	height: 250px;
	background-color: rgb(242, 169, 249);
	left:  390px;
	top: 80px;
}

#link1 {
	position: relative;
	width: 3vw;
	height: 1vh;
	font-size: 12pt;
	Left: 0px;

}

#link2 {
	position: relative;
  	width: 3vw;
	height: 1vh;
	font-size: 12pt;
	Left: 0px;
	top: 1vh;
}

#link3 {
	position: relative;
	width: 3vw;
	height: 1vh;
	font-size: 12pt;
	Left: 0px;
	top: 2vh;
}

#link4 {
	position: relative;
	width: 3vw;
	height: 1vh;
	font-size: 12pt;
	Left: 0px;
	top: 3vh;
}