#search {
	font-size: 20pt;
	width: 100%;
	height: auto;
	margin-top: 20px;
}

#songs {
	margin-top: 20px;
}

#songs a {
font-size: 15pt;

margin-bottom: 7px;
display: block;
}

p {
	font-size: 15pt;
}

mark {
	padding: 0px;
}

a {
	text-decoration: none!important;
}

em {
	font-style: italic;
}

body {
background-image: url(../img/background.jpg);
}

body,html {
width: 100%;
height: 100%;
}

.container {
	background-color: #fff;
	min-height: 100%;
	padding: 0px 27px;
	padding-bottom: 30px;
	
    -webkit-box-shadow: 0px 0px 45px 1px rgba(0,0,0,1.00);
    -moz-box-shadow: 0px 0px 45px 1px rgba(0,0,0,1.00);
    box-shadow: 0px 0px 45px 1px rgba(0,0,0,1.00);
}