h1 {
	text-align: center;
}

#ben {
	/*background-color: blue;*/
	width: 80px;
	height: 110px;
	margin-left: 550px;
	top: 500px;
	z-index: 3;
	position: absolute;
	/*border: 3px blue solid;*/
	transform: rotate(15deg);
	color: transparent;
	cursor: default;
}

#ben:hover {
	background-color: yellow;
	width: 50px;
	height: 50px;
	top: 510px;
	margin-left: 625px;
	text-align: center;
	color: blue;
	opacity: 50%;
	border: 1px red solid;
	transform: rotate(0deg);
}

#big {
	/*background-color: red;*/
	width: 1000px;
	height: 525px;
	z-index: 1;
	top: 250px;
	margin: auto;
}

.group-photo {
	z-index: 2;
}

#evie {
	/*background-color: blue;*/
	width: 45px;
	height: 60px;
	margin-left: 580px;
	top: 420px;
	z-index: 3;
	position: absolute;
	/*border: 3px blue solid;*/
	color: transparent;
	cursor: default;
}

#evie:hover {
	background-color: yellow;
	width: 50px;
	height: 50px;
	top: 400px;
	margin-left: 620px;
	text-align: center;
	color: blue;
	opacity: 50%;
	border: 1px red solid;
	transform: rotate(0deg);
}

#miles {
	/*background-color: blue;*/
	width: 35px;
	height: 50px;
	margin-left: 510px;
	top: 390px;
	z-index: 3;
	position: absolute;
	/*border: 3px blue solid;*/
	color: transparent;
	cursor: default;
}

#miles:hover {
	background-color: yellow;
	width: 50px;
	height: 50px;
	top: 360px;
	margin-left: 540px;
	text-align: center;
	color: blue;
	opacity: 50%;
	border: 1px red solid;
	transform: rotate(0deg);
}

#kaius {
	/*background-color: blue;*/
	width: 35px;
	height: 55px;
	margin-left: 460px;
	top: 395px;
	z-index: 3;
	position: absolute;
	/*border: 3px blue solid;*/
	color: transparent;
	cursor: default;
	transform: rotate(15deg);
}

#kaius:hover {
	background-color: yellow;
	width: 50px;
	height: 50px;
	top: 360px;
	margin-left: 420px;
	text-align: center;
	color: blue;
	opacity: 50%;
	border: 1px red solid;
	transform: rotate(0deg);
}

#marlies {
	/*background-color: blue;*/
	width: 40px;
	height: 55px;
	margin-left: 420px;
	top: 445px;
	z-index: 3;
	position: absolute;
	/*border: 3px blue solid;*/
	color: transparent;
	cursor: default;
}

#marlies:hover {
	background-color: yellow;
	width: 50px;
	height: 50px;
	top: 390px;
	margin-left: 400px;
	text-align: center;
	color: blue;
	opacity: 50%;
	border: 1px red solid;
	transform: rotate(0deg);
	font-size: 12px;
}

#rider {
	/*background-color: blue;*/
	width: 40px;
	height: 70px;
	margin-left: 500px;
	top: 480px;
	z-index: 3;
	position: absolute;
	/*border: 3px blue solid;*/
	color: transparent;
	cursor: default;
}

#rider:hover {
	background-color: yellow;
	width: 50px;
	height: 50px;
	top: 530px;
	margin-left: 460px;
	text-align: center;
	color: blue;
	opacity: 50%;
	border: 1px red solid;
	transform: rotate(0deg);
}

#tanoa {
	/*background-color: blue;*/
	width: 50px;
	height: 70px;
	margin-left: 360px;
	top: 440px;
	z-index: 3;
	position: absolute;
	/*border: 3px blue solid;*/
	color: transparent;
	cursor: default;
}

#tanoa:hover {
	background-color: yellow;
	width: 50px;
	height: 50px;
	top: 500px;
	margin-left: 410px;
	text-align: center;
	color: blue;
	opacity: 50%;
	border: 1px red solid;
	transform: rotate(0deg);
}

#cormyck {
	/*background-color: blue;*/
	width: 60px;
	height: 60px;
	margin-left: 290px;
	top: 380px;
	z-index: 3;
	position: absolute;
	/*border: 3px blue solid;*/
	color: transparent;
	cursor: default;
	font-size: 13px;
}

#cormyck:hover {
	background-color: yellow;
	width: 50px;
	height: 40px;
	top: 380px;
	margin-left: 350px;
	text-align: center;
	color: blue;
	opacity: 50%;
	border: 1px red solid;
	transform: rotate(0deg);
}

#izzy {
	/*background-color: blue;*/
	width: 45px;
	height: 65px;
	margin-left: 300px;
	top: 460px;
	z-index: 3;
	position: absolute;
	/*border: 3px blue solid;*/
	color: transparent;
	cursor: default;
	font-size: 13px;
}

#izzy:hover {
	background-color: yellow;
	width: 50px;
	height: 40px;
	top: 520px;
	margin-left: 340px;
	text-align: center;
	color: blue;
	opacity: 50%;
	border: 1px red solid;
	transform: rotate(0deg);
}

#z {
	/*background-color: blue;*/
	width: 25px;
	height: 110px;
	margin-left: 282px;
	top: 430px;
	z-index: 3;
	position: absolute;
	/*border: 3px blue solid;*/
	color: transparent;
	cursor: default;
	font-size: 13px;
}

#z:hover {
	background-color: yellow;
	width: 50px;
	height: 40px;
	top: 530px;
	margin-left: 250px;
	text-align: center;
	color: blue;
	opacity: 50%;
	/*border: 1px red solid;*/
	transform: rotate(0deg);
}

/*#triangle {
    width: 0;
    height: 0;
    border-bottom: 0px solid transparent;
    border-top: 250px solid transparent;
    border-right: 250px solid red;
    bottom: 0px;
    right: 0px;
    position: fixed;
    z-index: 10;
 }

.tritext {
 	color: white;
 	bottom: 55px;
 	right: 10px;
 	text-align: center;
 	transform: rotate(-45deg);
 	position: fixed;
 	z-index: 11;
 	width: 190px;
 }*/

#zamora {
	background-color: red;
	padding: 5px;
}

#deberry {
	background-color: blue;
	padding: 5px;
	margin-top: 5px;
}


#superbig {
	/*background-color: yellow;*/
	width: 100%;
	margin-left: -5px;
	position: absolute;
	/*overflow-x: scroll;*/
	
}

#side {
	background-color: pink;
	width: 15%;
	height: 98%;
	right: 0px;
	position: fixed;
}

iframe {
	margin: auto;
	text-align: center;
	height: 300px;
	width: 600px;
	position: relative;
}