body, html {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	text-align: center;
	height: 100%;
	margin: 0;
}

.artist {
	font-size: 11pt;
}
.minitext {
	font-size: 6pt;
}
.lyrics {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
}
.defbody {
	font-size: 10pt;
	text-align: center;
}

.page_title {
	font-size: 14pt;
}

.song_title {
	font-size: 14pt;
}
.concert_date {
	font-size: 11pt;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	border: #00FF33;
}

div.cd {
	padding: 10px;
	clear:right;
	clear:left;
}

div.cdfront img {
	height: 150px;
	width: 150px;
	float:left;
}

div.cdtext {
	font-size: 10pt;
    float:left;	
    margin-left: 10px;
    text-align: left;	
}

div.cdtitle {
	font-size: 12pt;
	font-weight: bold;
	text-align: left;	
}

div#cds {

}

/* ids */
div#container {
    position: relative;
    height: 100%;
}

div#maincontent {
	background-color: white;
	padding: 5em;
}

div#footer {
	background-color: white;
    position: fixed;
    bottom: 0;
    left: 0;
    width:100%;
	clear:right;
	clear:left;   
}