a#home {
    display: block;
    width: 79px;
    height: 50px;
    background-image: url(../img/menu/home.png);
    background-position: 0 0;
    margin: 0 auto;
}
a#home:hover {
    background-position: -79px 0px;
}

a#news {
    display: block;
    width: 58px;
    height: 50px;
    background-image: url(../img/menu/news.png);
    background-position: 0 0;
    margin: 0 auto;
}
a#news:hover {
    background-position: -58px 0px;
}

a#music {
    display: block;
    width: 77px;
    height: 50px;
    background-image: url(../img/menu/music.png);
    background-position: 0 0;
    margin: 0 auto;
}
a#music:hover {
    background-position: -77px 0px;
}

a#about {
    display: block;
    width: 84px;
    height: 50px;
    background-image: url(../img/menu/about.png);
    background-position: 0 0;
    margin: 0 auto;
}
a#about:hover {
    background-position: -84px 0px;
}

a#gallery {
    display: block;
    width: 88px;
    height: 50px;
    background-image: url(../img/menu/gallery.png);
    background-position: 0 0;
    margin: 0 auto;
}
a#gallery:hover {
    background-position: -88px 0px;
}

a#store {
    display: block;
    width: 90px;
    height: 50px;
    background-image: url(../img/menu/store.png);
    background-position: 0 0;
    margin: 0 auto;
}
a#store:hover {
    background-position: -90px 0px;
}

a#contact {
    display: block;
    width: 112px;
    height: 50px;
    background-image: url(../img/menu/contact.png);
    background-position: 0 0;
    margin: 0 auto;
}
a#contact:hover {
    background-position: -112px 0px;
}

a#myspace {
    display: block;
    width: 83px;
    height: 15px;
    background-image: url(../img/menu/myspace.png);
    background-position: 0 0;
    margin: 0 auto;
}
a#myspace:hover {
    background-position: -83px 0px;
}

a#purevolume {
    display: block;
    width: 91px;
    height: 17px;
    background-image: url(../img/menu/purevolume.png);
    background-position: 0 0;
    margin: 0 auto;
}
a#purevolume:hover {
    background-position: -91px 0px;
}

a#youtube {
    display: block;
    width: 48px;
    height: 19px;
    background-image: url(../img/menu/youtube.png);
    background-position: 0 0;
    margin: 0 auto;
}
a#youtube:hover {
    background-position: -48px 0px;
}

.mp3:link{
font-family: Times;
color: #ff0000;
font-size: 11px;
font-style: normal;
text-decoration: none;
line-height: .6em;
      }

.mp3:hover{
font-family: Times;
color: #ff0000;
font-size: 11px;
font-style: normal;
text-decoration: underline;
line-height: .6em;
}

.mp3:visited { 
font-family: Times;
color: #ff0000;
font-size: 11px;
font-style: normal;
line-height: .6em;
}

a {
font-family: Arial;
color:#978D81;
text-decoration: none;
font-size: 12px;
}

a:link {
font-family: Arial;
color:#978D81;
text-decoration: none;
list-style: cjk-ideographic;
font-size: 12px;
}

a:hover {
font-family: Arial; 
color:#978D81;
text-decoration: underline;
font-size: 12px;
}

.line{
color: #E4E4E4;
height: 1px;

      }
      
.albumname{
	font-family: Times;
color: #333333;
font-size: 24px;
font-style: normal;
      }
      
.albumyear{
font-family: Times;
color: #666666;
font-size: 13px;
font-style:normal;
      }
      
.songs{
font-family: Times;
color: #666666;
font-size: 13px;
font-style: normal;
line-height: .8em;
}
      
a.lyrics:link{
font-family: Times;
color: #0000ff;
font-size: 11px;
font-style:normal;
text-decoration: none;
}
      
a.lyrics:hover{
font-family: Times;
color: #0000ff;
font-size: 11px;
font-style:normal;
text-decoration: underline;
}
      
a.lyrics:visited{
font-family: Times;
color: #0000ff;
font-size: 11px;
font-style:normal;
text-decoration: none;
}
      


#copyright {
width: 100px;
height: 10px;
position: relative;
left: 20px;
top: 95%;
font-family: Arial; 
color:#978D81;
font-size: 11px;
}

#trees {
background-image: url(../img/footer.jpg);
width: 550px;
height: 500px;
position: relative;
margin-left: auto;
margin-right: auto;
top: -4px;
background-position: bottom;
background-repeat: no-repeat;
}
#container {
   min-height:100%;
   position:relative;
}
#footer {
   position:absolute;
   bottom:0;
   left: 0;
   width:100%;
   height:45px;   /* Height of the footer */
   background:#EFEFDB;
}
.image{
	border-style:solid;
	border-color: #E4E4E4;
	border-width:1px;
      }
      
body
{ 
background-color: #F8F5E9;
background-repeat: repeat-x;
background-position: bottom;
height: 100%;
padding: 0;
margin:  0;
border:  0;
font-family: Arial;
color:#978D81;
text-decoration: none;
font-size: 11px;
z-index: -1;
}

#body {
   padding:10px;
   padding-bottom:45px;   /* Height of the footer */
}

:focus
{
  -moz-outline-style: none;
}

.opacityit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
-moz-opacity: 0.6;
}

.opacityit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

textarea {
	border-color: black;
	border-style: solid;
	border-width: thin;
	padding: 3px;
}
