/* ---------- 20 ---------- */
	
#twentyBody	{
	background-color:#000;
	color:#fff;
	}

#twenty, #twenty-1, #twenty-2, #twenty-3, #twenty-4, #twenty-5	{
	background-color:transparent;
	border:0px solid #c00;
	position:absolute;
	top:32px;
	}

#twenty-1, #twenty-2	{
	width:50%;
	}

#twenty-3, #twenty-4	{
	width:90%;
	}

#twenty-1	{
	left:0px;
	background:url(../images/20-left-back.jpg) top left no-repeat transparent;
	height:110%;
	}
	
#twenty-2	{
	right:0px;
	background:url(../images/20-right-back.jpg) top right no-repeat transparent;
	height:99%;
	}

#twenty-3	{
	left:60px;
	background:url(../images/20-number.gif) top left no-repeat transparent;
	height:120px;
	border-color:blue;
	}
	
#twenty-4	{
	right:0px;
	background:url(../images/20-title.gif) right no-repeat transparent;
	height:99%;
	}

#twentyTracks	{
	margin-top:30px;
	margin-left:80px;
	background:url(../images/20-mirror.jpg) top left no-repeat transparent;
	color:#fff;
	font-size:80%;
	}

#twentyArtists	{
	font-weight:bold;
	margin-left:70px;
	}

#twentyTitles	{
	margin-right:0px;
	margin-left:0px;
	text-align:right;
	border:0px solid #000;
	}

#twentyArtists, #twentyTitles	{
	float:left;	
	white-space:nowrap;
	margin-top:120px;
	width:auto;
	}

#twentyArtists p	{
	margin-top:6px;
	margin-left:0px;
	}

#twentyTracks p.twentyDetails	{
	clear:left;
	font-style:italic;
	margin:10px 0px 30px 30px;
	padding:90px 0px 5px 0px;
	font-size:120%;
	color:#444;
	border-bottom:1px solid #000;
	}
