body {
	background:#000;
	margin:0;
	color: #fff;
	font-size:13px;
	font-family: Calibri, Arial;
	text-align: justify;
}
  
#outer  {
	position: absolute;
	top: 25%;
	left: 0px;
	width: 100%;
	height: 1px;
}

#inner {
	margin-left: -250px;
	position: absolute;
	top: -150px;
	left: 50%;
	width: 700px;
	height: 307px;
}

#imagen {
	width:600px;
	height:420px;
	border:#FFFFFF solid 20px;
	text-align:center;
}

div#text {
	font-family: Calibri, Arial;
	text-align: center;
	background-color:#FFFFFF;
	padding:20px;
	width:600px;
	font-size:18px;
	border-top:80px;
	border-color:#FFFFFF;
	color:#000000;
}

div#content {
	position:absolute;
	left:-70px;
	width:700px;
	height: 700px;
	overflow: auto;
	font-family: Arial;
	font-size: 13px;
	color:white;
	text-align:justify;
	margin:3px;
}
div.inline-content {
	display:none;
	text-align: justify;
}

#content a:link {color: #000000;text-decoration: none;}
#content a:visited {color: #000000;text-decoration: none;}
#content a:hover {color: #999999; text-decoration: none;}
#content a:active {color: #000000;text-decoration: none;}

body a:link {color: #999999;text-decoration: none;}
body a:visited {color: #999999;text-decoration: none;}
body a:hover {color: #999999; text-decoration: underline;}
body a:active {color:#999999;text-decoration: none;}
