#test{
   ;
}


body {
	background: #eee;
	margin-top: 0;
	margin-bottom: 0;
  font-family: "Courier New";

}

#header{
	font-weight: bold;
	font-variant: small-caps;
	font-size: xx-large;
	color: #000;
	text-align: center;
 
}

#navbar{
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: center;
	
}

#main{
	padding: 1em;
	color: #000;
}

#page{
	width: 800px;
	border-right: solid #555 2px;
	border-bottom: solid #555 2px;
	margin: auto;
	margin-top: 0;
 
	background-image: url('paperBackground-837x825.jpg');
	
}

#navbar a{
	border: 1px solid #000;
	padding: 0 1em  0 1em;
	font-size: large;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#navbar a:hover {
	
	border: 2px solid #000;
}

.mp3 {
	text-decoration: none;
	color: black;
}

#main a:hover {
	font-weight: bold;
}

#main  h3 {
       text-decoration: underline;
}

#player{
                width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 2px;
	text-align: center;	
}

#songinfo {
               width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;	
}


#photo_div{
   display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100% ;
    height: 100% ;
    z-index: 100;
}

#photo_mid {
   height: 100%;
   display: table;
   margin: 0 auto;
}

#photo_in {
    vertical-align: middle;
    display: table-cell;
    padding: 2em;
    text-align: center;
    background-color: rgba(0,0,0,.5);
    border-radius: 2em;
}


#thumbs {
        padding: 0;
	list-style: none;
	width: 700px;
    margin: 0 auto 0 auto;
}

#thumbs li {

	display: inline;

}

#thumbs li a {

text-decoration:none;
display: inline-block;
width:134px;
height: 134px;
color:#fff;

text-align:center;
margin: 0;
padding: 0;
}

#lyrics {
        display: none;
        position: absolute;
        text-align: center;
        left:0;
        top: 0;
        border: 2px outset #FFF;
        background-color: white;
        
        z-index:100;
}



