.left_box
{
	margin-top: 50px;
	float: left;
	font-weight: bolder;
	text-align: center;
	width: 326px;
}

.left_box > div
{
		font-size: 3.0em;
		line-height: 1.2em;
		color: black
}

.left_box >  p
{
	height: 51px;
	font-size: 2.0em;
	color: white;
	background-image: url(../images/lyrics/Bbox.jpg);
	background-repeat: no-repeat;
	line-height: 50px;
}

.right_box
{
	margin-top: 70px;
	float: right;
	width: 400px;
}

.bottom_box
{
	clear: both;
	padding-top: 60px;
}
.bottom_box > p
{
	line-height: 2.0em;
	margin-bottom: 1em;
	font-size: 1.6em;
	font-weight: bold;
	color: #333333;

}

.footer_content
{
	clear: both;
}
