@charset "utf-8";
/* CSS Document */

html, body {       
	height: 100%; 
}
#container {   min-height: 100%;   margin-bottom: -330px;   position: relative;}
#footer {   height: 330px;   position: relative;}
.clearfooter {   height: 330px;   clear: both;}
.font1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 40px;
	color:#CCC
}
.smallfont1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color:#CCC
}
.redness {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 40px;
	color: #900;
}
.smallredness {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #900;
}
.background {
	background-image:url(images/background.jpg);
	background-color:#FFF;
	background-position:center;
	background-repeat:no-repeat;
}
.noButtons {
	list-style:none;
	line-height:20px;
}
.bottomList {
	list-style:none;
	line-height:40px;
}
.songlinksRed {
	text-decoration: none;
	color:#900;
}
.songlinksGray {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	color:#4eadad;
}
.footer {
	position: relative;
	text-align:center;
	width:100%;
	top:bottom;
}
