body {
	font-family:"helvetica", lucida grande,tahoma,verdana,arial,sans-serif;
	font-size:13px;
	color: #333333; 
	height:100%;
	position:relative;
}

#top {
	height: 50px;
	position:fixed;
	width: 100%;
}

#center {
	padding: 50px 0px 100px 0px;
}

#bottom {
	background-color: #fff 0.5;
	height: 50px;
	position: fixed;
	width: 100%;
	bottom: 0;
	text-align: center;
}

#logo {
	margin: 50px 0px 75px 130px;
}

#twitter-logo{
	position: fixed;
	right: 25px;
	bottom: 25px;
}

#facebook-logo{
	margin: 40px 0px 0px 70px;
}

#bottom p {
	color: #999;
	font-size: 11px;
	margin-top: 20px;
}

#bottom a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px solid #FF5EAA;
}

#languages {
	position: fixed;
	right: 10px;
	top: 10px;
}

#song-name {
	margin-top: 15px;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 15px;
}

#search-help {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #fff;
	margin-bottom: 5px;	
}

#search-box {
	background-color: #feecf6;
	border: 2px solid #FF5EAA;
	margin-bottom: 75px;
	text-align: center;
	padding: 5px;
}	

#search-string {
	background-color: #FFFFFF;
	border: 1px solid #FF5EAA;
	height: 28px;
	width: 308px;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	font-size: 13px;
	color: #666666;
}	

#play-button, #search-button {
	background-color: #ffffff;
	border: 1px solid #FF5EAA;
	height: 30px;
	width: 54px;
	margin: 0px;
	padding: 4px;
	font-size: 13px;
	color: #FF5EAA;
	font-weight: bold;
}	

.search_result {
	display: block;
	color: #333;
	margin-bottom: 5px;
	font-size: 11px;
}

.hidden {
	display: none;
}
