
body {
	font-family: 	  georgia, Arial, Helvetica, sans-serif;
	background-color: rgba(0, 0, 64, 1);
	z-index: -1;
}	
	
#aboutFormOutr  {
	position: 		  absolute;
	left: 			  50%;
	top: 			  50%;
	transform: 		  translate(-50%, -50%);
	background-color: transparent;
	height:           700px;
	width:			  575px;
	border: 		  5px solid #ff6700;
	border-radius: 	  30px;
	z-index: 10;
}
	
#aboutspiel  {
    position: 		absolute;
	left: 			50%;
	top: 			50%;
	transform: 		translate(-50%, -50%);
    font-family: 		georgia, Arial, Helvetica, sans-serif;
    font-size: 		15px;
    text-align: 		left;
    padding:			25px;
    background-color: rgba(255, 255, 255, 1);
    height:           auto;
    width:			250px;
    border: 			2px solid black;
    border-radius: 	15px;
    z-index: 5
 }

#centerd_01  {
  text-align:  center;
}

#AboutGlyphPos1  {
	position:  absolute;
	left:	   5px;
	top:	   50px;
}

#AboutGlyphPos2  {
	position:  absolute;
	left:	   450px;
	top:	   450px;
}

#AboutGlyphPos3  {
	position:  absolute;
	left:	   450px;
	top:	   100px;
}

#AboutGlyphPos4  {
	position:  absolute;
	left:	   5px;
	top:	   250px;
}

#AboutGlyphPos5  {
	position:  absolute;
	left:	   450px;
	top:	   275px;
}

#AboutGlyphPos6  {
	position:  absolute;
	left:	   10px;
	top:	   500px;
}
