#gui
{
   position:absolute;
   top:0px;
   left:0px;
   bottom:0px;
   right:0px;
}

.guiElement
{
	display:none;
	margin:0px auto;
	width:80%;
}

.infoBox
{	
	text-align:left;
	background:rgba(255,255,255,0.2);
	border:1px solid #fff;
	width:60%;
	height:80%;
	overflow:auto;
	color:#ccc;
	padding:10px 10px;
}

h1
{
	color:#fff;
	text-align:center;
}

.infoBox h2
{
	color:#fff;
}

.infoBox h3
{
	color:#fff;
	margin-top:30px;
	margin-bottom:8px;
}

.infoBox h4
{
	color:#fff;
	margin-top:20px;
	margin-bottom:5px;
}



#Main_MenuElement
{
	margin-top:100px;
	
}

#Main_MenuElement h1
{
	font-size:50px;
	margin-bottom:50px;
}
