#cover_contents {
	margin-left: -410px; /* la mitad de 820 */
	position: absolute;
	top: -280px; /* la mitad de 560 */
	left: 50%;
	width: 820px; /* le restamos el padding */
	height: 535px; /* le restamos el padding */
	padding: 0px 0px 25px;
	visibility: visible;
	text-align: left;
	font-size: 0.72em;
	color: #990099;
	font-weight: normal;
	text-decoration: none;
	background: url("../images/bg_cover.gif") no-repeat left top;
	
/*	border: 1px solid #990099;
	width: 818px;
	height: 533px; */
}
#cover_contents a {
	color: #990099;
	text-decoration: underline;
}
#cover_contents a:hover, #cover_contents a:active {
	color: #990099;
	text-decoration: none;
}
#cover_contents a img {
	border: none;
}

#cover_contents #black_singer {
	float: left;
	margin-top: 50px;
	margin-left: 180px;
}
#cover_contents h1 {
	padding: 10px 0;
	margin: auto auto auto 10px;
	font-family: "Arial Narraw", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #990099;
	display: none;
}
#superior {
	float: left;
	width: 100%;
	height: 450px;
/*	border: 1px solid #990099; */
}
#inferior {
	float: left;
	width: 100%;
/*	border: 1px solid #990099; */
}
#inferior #logo {
	float: left;
	width: 115px;
	margin-top: 15px;
	padding-left: 5px;
	/*	border: 1px solid #990099; */
}

