div.main{
	clear: both;
	text-align: center;
}

div.lyrics{
	width: 100%;
	font-size: 30px;
	font-weight: normal;
	text-align: left;
	word-wrap: break-word;
}

div.left{
	float: left;
	width: 46%;
	font-size: 30px;
	padding: 1%;
	margin-bottom: 1%;
	border: thick double #333333;
}

div.right{
	float: right;
	width: 46%;
	font-size: 30px;
	padding: 1%;
	margin-bottom: 1%;
	border: thick double #333333;
}

div.null{
	clear: both;
}
