@charset "utf-8";
/* CSS Document */

#backgroundRotation2 ,
#backgroundRotation {
height:100%;
/*position:absolute;*/
position:fixed;
background-position:center 0;
background-repeat:no-repeat;
width:100%;
}
#backgroundRotation2 {
z-index:2;
}
#backgroundRotation {
z-index:1;
/*background:url(/images/backgrounds/image1.jpg) no-repeat center 0;*/
background:none no-repeat center 0;
}
#container {
    overflow: hidden;
    position: relative;
    z-index:1000;
}
#footer {
	z-index:1000;
}