﻿body {

background: url(images/background.gif) no-repeat center center fixed; 
background-repeat:repeat-x;
background-color:#bdbdbd;
background-attachment: fixed; /* force image to stay put */
background-size:100%;
        -webkit-background-size: 100%;
        -moz-background-size: cover;
        -o-background-size: cover;
height:100% ;
}
a:link {
    color: #E0E0E0;
}

/* visited link */
a:visited {
    color: #E0E0E0;
}

/* mouse over link */
a:hover {
    color: #0099FF;
}

.myspan {width:300px; 	display:inline-block; 	color:white; font-size: 200%;
                     font-family: Arial, Georgia, Serif;
            }
.myspan2 {width:95%; 	
          max-width: 500px;
          display:inline-block; 
          text-align: left; 
          padding:4px;	
          color:black; 
          font-size: 150%;
          background-color:white;           
          font-family: Arial, Georgia, Serif;
                      -moz-border-radius: 5px;
-webkit-border-radius: 5px;
            }
.songTitle {width:95%; 	
          max-width: 300px;
          display:inline-block; 
          text-align: left; 
          padding:4px;	
          color:black; 
          font-size: 150%;
          background-color:lightgray;           
          font-family: Arial, Georgia, Serif;
            -moz-border-radius: 5px;
-webkit-border-radius: 5px;
            }
.panelspan {display:inline-block; 	color:white; font-size: 200%;
                     font-family: Arial, Georgia, Serif;
            }


#imgTitle {
width:80%;
}

.img {
       width: 400px;
       max-width: 99%;
}
.img:hover {
opacity:.7;
}

.Panel1Desktop {
    position:absolute;    top:0;    bottom:0;    left:0;   right:0;    overflow:hidden;
color:white;
font-size: 200%;
font-family : Arial;
overflow-y: scroll; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  -moz-border-radius: 15px;
-webkit-border-radius: 15px;
}
.Panel1Desktop2 {
    position:absolute;
    top:80px;
    bottom:0;
    left:0;
    right:0;
    overflow:hidden;
color:white;
font-size: 200%;
font-family : Arial;
overflow-y: scroll; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  -moz-border-radius: 15px;
-webkit-border-radius: 15px;
}
.spanbackground {
    background-color: rgba(5,4,2,0.1);
    width: 50%;
}
.HomeButtion {
    color:white;
font-size: 200%;
font-family : Arial;
}
::-webkit-scrollbar {
width: 12px;
}

::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
border-radius: 10px;
}

::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.indent {
    padding-left: 15px;
}