.container { 
     position: absolute;
     left: 50%; 
     top: 50%;
     width: 990px;
	 height: 540px; 
	 margin-top: -275px;
	 margin-left: -500px;
	 background-color: white;
}
.left {
	width: 166px;
	height: 540px;
	background-image: url('img/left.jpg');
	float: left;
	}

.middle {
	width: 614px;
	height: 540px;
	float: left;
	}

.right {
	float: left;
    width: 210px;
	height: 540px;
	right: 0px;
	top: 0px;
	background-image: url('img/right.jpg');
	}

.logo {
	margin-left: 10px;
	margin-top: 10px;
	}

.artist {
	float: left;
	width: 200px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	color: #77A4A7;
	font-size: 13px;
	margin-top: 18px;
	margin-left: 20px;
	}

.track {
	float: left;
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	color: #405254;
	font-size: 13px;
	margin-top: 18px;
	margin-left: 20px;
	}

.indic {
	clear:both;
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	color: #405254;
	font-size: 10px;
	margin-left: 2px;
	margin-top: 350px;
	}

.info {
	visibility: hidden;
	position: absolute;
	background-image: url('img/right2.jpg');
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	width: 196px;
	height: 526px;
	font-family: Verdana, Arial, Helvetica;
	color: black;
	font-size: 12px;
	text-align: justify;
	margin-right: 4px;
	margin-left: 3px;
	margin-top: 2px;
	padding: 4px;
	}

.lidi {
	text-decoration: none;
	color: #77A4A7;
	font-weight: bold;
	}

.detail {
	position: absolute;
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	color: #405254;
	font-size: 11px;
	margin-top: 150px;
	margin-left: 2px;
	}
.carg {
	color: #BB4A39;
	text-decoration: none
	}

.norm {
	color: #405254;
	text-decoration: none
	}

.carg2 {
visibility: hidden;
	margin-top: 5px;
	margin-left: 5px;
	width: 150px
	height: 150px
	border-width: 1px;
	border-style: solid;
	border-color: #405254;
	background-color: white;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	}

.linky {
	font-weight: bold;
	margin-left: 20px;
	color: #405254;
	text-decoration: none;
	}

