@charset "utf-8";
/* CSS Document */

body {
	background-color:#333;
	color:#EFEFEF;
	margin:auto;
	margin-top:55px;
	font-family:Tahoma, Geneva, sans-serif;
	
}
div#songtitle {
	text-align:center;
	height:75px;
	font-size:12px;
}
div#songtitle h1 {
	font-size:36px;	
	font-weight:bold;
	margin-bottom:0px;
}
div#imgsing {
	margin:auto;
	background-image:url(../images/main.jpg);
	height:400px;
	width:400px;
}
div#playsong {
	text-align:center;
	margin-top:25px;
}
div#credits {
	font-size:12px;
	text-align:center;
	margin-top:15px;
}
div#reviews {
	
}
div#download {
	
}
a{
	color:#FF9;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}