#info{
	font-weight: bold;
	color: #444;
	font-size: 1.2em;
	width:100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	opacity: 0.9;
	-moz-border-radius: 4em 1em 1em 1em;
	border-radius: 4em 1em 1em 1em;
	background: #52B9F4;
	background-image: linear-gradient(bottom, rgb(0,89,85) 0%, rgb(0,187,255) 25%);
	background-image: -o-linear-gradient(bottom, rgb(0,89,85) 0%, rgb(0,187,255) 25%);
	background-image: -moz-linear-gradient(bottom, rgb(0,89,85) 0%, rgb(0,187,255) 25%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,89,85) 0%, rgb(0,187,255) 25%);
	background-image: -ms-linear-gradient(bottom, rgb(0,89,85) 0%, rgb(0,187,255) 25%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(0,89,85)),
		color-stop(0.25, rgb(0,187,255))
	);
}
#wrap{position: relative;  width: 93%; padding-left:4%; margin-top:4%; padding-right:2%;margin-right: 1%; height: 79%; overflow: auto;}
strong {color:white; font-weight: bold;}
h1{color: white;
	font-size: 1.3em;
}
h2{font-size: 1.1em}
i{color: white;}
b{color: white;}
a{text-decoration: none; color:#6b6b6b;}
img{
	border: none;
}