#rotationbox {
	background-color: black;
	padding: 0px;
	/*margin: 39px auto 50px auto;*/
	height: 335px;
	width: 884px;
	
	margin: 39px 0px 50px 50px;
	position: absolute;
}
.rotationbox_text {
	background-color: rgba(0, 0, 0, 0.6);
	/*background-image:url('./images/rotationbox/rotationtext.png');*/
	height: 85px;
	position: relative;
	top: -90px;
}
.rotationbox_textline1 {
	padding: 10px 0px 0px 45px;
	color: skyblue;
	font-size: 15px;
	font-weight: bold;
}
.rotationbox_textline2 {
	padding: 8px 0px 0px 45px;
	color: white;
	font-size: 20px;
	font-weight: bold;
}
#rotationgroup {
	/* background: skyblue; */
	width: 200px;
	/* height: 30px; */
	position: relative;
	top: -160px;
	left: 620px;
	text-align: right;
	color: white;
	letter-spacing: 5px;
	
	z-index: 2;
}

#rotationboxout {
	/*border: 1px solid black;*/
	width: 977px;
	height: 406px;
	margin: 0px auto 0px auto;
}
#rotationframe {
	/*border: 1px solid black;*/
	width: 977px;
	height: 406px;
	background-image:url("./images/main_greenframe.svg");
	position: absolute;
	z-index: 1;
}





