@charset "UTF-8";
.content {
	background-color: #0F0;
	height: 100px;
	width: 100px;
}
.main {
	background-color: rgba(255,255,255,.5);
	height: auto;
	width: 48%;
	position: absolute;
	top: 80%;
	left: 27%;
}
.doorstop {
	font-family: "Myriad Pro";
	font-size: 1em;
	font-weight: lighter;
	color: #FFF;
	background-color: #666;
	text-align: center;
	padding: 10px;
	height: auto;
	width: 100%;
}

.container div .main p {
	font-family: "Myriad Pro";
	font-size: 1em;
	font-weight: lighter;
	text-align: justify;
	text-indent: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
