/* лирика */

#lyric				{width: 92%; //width: ;}

#lyric div			{
    				width: 44%;
					float: left;
					margin-top: -45px;
					margin-right: 5%;
					margin-bottom: 4em;
					}

#lyric h1			{
		   			font-size: 12pt;
					color: #eebf89;
					padding-bottom: 14px;
					margin-top: 30px;
					font-weight: bold;
					line-height: 1.2em;
					position: relative;
					line-height: 1.3;
					}

#lyric h2			{
		   			font-size: 11.5pt;
		   			color: #eebf89;
		   			padding-bottom: 0px;
		   			margin-bottom: 0.9em;
		   			margin-top: 50px;
		   			font-weight: bold;
		   			line-height: 1.2em;
					}

#lyric span.credits	{
    		  		font-family: Tahoma;
			  		font-size: 10pt;
			  		color: #ba803d;
			  		padding-top: -18px;
					font-weight: normal;
					}


#lyric p			{
					margin: 0 0 2em 0;
					padding: 0;
					color: white;
					font-size: 11pt;
					}


/* туда-сюда в профайлах */

#backktack      {width: 70%;
				clear: left;
				border: 1px;
				border-color: #f0cea3;
				border-top-style: dashed;
                border-right-style: none;
                border-bottom-style: none;
                border-left-style: none;
				border: collapse;
                }

#backktack div  {
   				float: left;
                width: 49%;
				margin-top: 0.6em;
				}

#backktack p    {
                font-size: 10.5pt;
                font-family: Georgia;
				}

#backktack a         {color: #b48659}
#backktack a:hover   {color: #f0cea3;}
