
html, body {  
    height:100%;  
    margin:0;  
}  
body {
	position:relative;
	min-width:200px;
	min-height:200px;
	background-color: #333333;
}  
#contenido {
	position:absolute;
	width:451px;
	height:338px;
	top:50%;
	left:50%;
	margin-top:-220px;
	margin-left:-379px;
}  
a:link {
	color: #2A3378;
	text-decoration:none;
}
a:visited {
	color: #2a3378;
	text-decoration:none;
}
a:hover {
	color: #2A3378;
	text-decoration:none;
}
a:active {
	color: #2A3378;
	text-decoration:none;
}
.norper {
	color:#1E2478;
	text-indent: 4em;
	font-size:18px;
}
.audcon {
	color:#1E2478;
	text-indent: 4em;
	line-height:0pt;
	font-size:21px;
}