#appIcon {
	display: block;
	height: 48px;
	width: 48px;
	position: absolute;
	top: 8px;
	left: 8px;
}

#soundCard {
	padding: 8px 8px 8px 68px;
	background-color: #ffffff;
	box-shadow: 0px 6px 6px rgba(0,0,0,.2);
	max-width: 480px;
	margin: 96px auto 0px auto;
	min-height: 48px;
	position: relative;
	border-radius: 4px;
}

#soundName {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
}

#appName {
	display: block;
	margin-bottom: 20px;
}

#promotion {
	padding: 0px;
	max-width: 556px;
	margin: 24px auto;
}

#promoHeader {
	display: block;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#promotion {
	font-size: 18px;
	text-align: center;
}

#commentsArea {
	margin: 12px;
	text-align: center;
}

#btnPlay {
	height: 42px;
	width: 42px;
	position: absolute;
	right: 8px;
	top: 8px;
	cursor: pointer;
}

.moreInfoClass {
	margin: 12px 0px;
}

.centerArea {
	text-align: center;
}