body {
	background-color:#5A050F;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	font-size:small;
}
.center {
	text-align:center;
}
a {
	color:#fff;
}
a:hover {
	color:#ffd100;
}
h1#main-title {
	background-image:url(../images/layout/header.jpg);
	background-repeat:no-repeat;
	width:550px;
	height:81px;
	margin:50px auto 20px auto;
}
h1#main-title span {
	display:none;
}
#four-square-wrap {
	background-image:url(../images/layout/4_square_bg.jpg);	
	margin:0;
	padding:0;
	text-align:center;
}
h2#songs-title {
	background-image:url(../images/layout/titles/songs.gif);
	background-repeat:no-repeat;
	width:68px;
	height:38px;
	margin:20px auto 5px auto;
}
h2#songs-title span {
	display:none;
}
#coming-soon {
	text-align:center;
}
ul#songs-menu {
	list-style:none;
	text-align:center;
}
ul#songs-menu li {
	display: inline;
	margin:0 3px 0 3px;
}
div#about {
	margin:0 auto;
	width:750px;
	line-height:1.5em;
}
img.center {
	display:block;
	text-align:center;
}