

#main_content1 {
	font-size: 1.2em;
	color: #FFC000;
	padding:20px;
	background: rgb(237,27,46);
	opacity:0.9;
	overflow: visible;
	height: 80%;
	z-index: 2;
	position: absolute; /* This is very important! */
	top: 10%;
	left: 25%;
	right: 25%;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width: 50%;
	min-width: 400px;
	min-height: 250px;
	text-align: center;
	border-radius:20px;
}
