#lines_left {
    opacity: 0;
    top:0;
    z-index:-20;
    position:fixed;
    background-position: top left;
    background-image: url('/wp-content/themes/woolfsongs/images/lines_left.png');
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    -webkit-animation: pulsate 4s ease-out;
    -webkit-animation-iteration-count: infinite; 
}
#lines_right {
    opacity: 0.3;
    top:0;
    z-index:-20;
    position:fixed;
    background-position: top right;
    background-image: url('/wp-content/themes/woolfsongs/images/lines_right.png');
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    -webkit-animation: pulsate 4s ease-out;
    -webkit-animation-iteration-count: infinite; 
}
#player {
    opacity: 0.5;
    -webkit-animation: pulsate 4s ease-out;
    -webkit-animation-iteration-count: infinite; 
}
@-webkit-keyframes pulsate {
    0% { opacity: 0.5;}
    50% {opacity: 1;}
    100% {opacity: 0.5;}
}
body.home #page { 
    opacity: 0;
    top:0;
    z-index:-10;
}
#logo_center { 
    opacity: 0;
    top:0;
    margin-top: 5%;
    margin-top: 0;
    z-index:-10;
    position:fixed;
    background-position-x: center;
    background-image: url('/wp-content/themes/woolfsongs/images/logo_center.png');
    background-repeat: no-repeat;    
    height: 100%;
    width: 100%;
}
#home_words {
    opacity: 0;
    top:0;
    position:absolute;
    z-index: -999;
}
#words {
    opacity: 0;
    top:0;
    position:absolute;
    z-index: -99;
    background-position: center top;
    background-image: url('/wp-content/themes/woolfsongs/images/words.jpg');
    background-repeat: repeat-x;
    height: 100%;
    width: 100%;
}
@media screen and (max-width: 480px) {
	#logo_center { 
    	margin-top: 25%;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
    }
}
