p {
    font : 14px 'helvetica','sans-serif';
    color : #A0A0A0;
    text-indent: 30px;
  }


body, html {
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
    background : #000000 url('img/bg.gif');
    font : 14px 'helvetica', 'sans-serif';
    color : #A0A0A0;
  }


a {
	font-weight: bold;
	color: #C7C7C7;
	text-decoration: none;
}

a:hover
{
	color: #FFF;
	text-decoration: underline;
}


.logoblock {
    margin : 0 auto;
    border : none 0px;
    left : 0px;
    position : absolute;
    right : 0px;
    text-align : center;
    top : 0px;
    width : 800px;
    height: 100%;
  }


.credits {
    font-size: 10px;
    font-style: italic;
    margin-top: 5px;
}


.lyrics {
    position: absolute;
    top: 300px;
    left: 320px;
    text-align: left;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    color: #111;
    text-shadow: 0px 0px 5px #555,-1px -1px 0px #333, 1px -1px 0px #333, 1px 1px 0px #333, -1px 1px 0px #333; 
  }


.lyrics-shadow {
    display: none;
    position: absolute;
    top: 301px;
    left: 321px;
    text-align: left;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    color: #040404;
  }


.hidden {
    color: #000000;
    font-style: italic;
  }


.splashFooter {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 5px;
    margin-left: auto;
    margin-right: auto;
}


.headMenu {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 950px;
    height: 110px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }


.content {
    background : url('img/footer-bg.png') no-repeat bottom center;
    padding : 30px 30px 0;
    margin : 0 auto;
    left : 0px;
    min-height : 600px;
    position : absolute;
    right : 0px;
    text-align : left;
    top : 110px;
    width : 950px;
  }


.heading {
    background : url('img/headliner.gif') no-repeat left bottom ;
    font : bold 25px 'sans-serif';
    color : #F4F4F4;
    /* width: 256px;
    */ text-align: left;
  }


.hletter {
    font-size: 20px;
  }


.footer {
    position: absolute;
    bottom: -5px;
    left: 0px;
    width: 950px;
    text-align: right;
  }

