#bottom, #left, #right {
	background: rgb(252, 252, 252);
	position: fixed;
    z-index: 1000;
	}
	#left, #right {
		top: 0; bottom: 0;
		width: 20px;
		}
		#left { left: 0; }
		#right { right: 0; }
		
	#bottom {
		left: 0; right: 0;
		height: 20px;
		}
		#bottom { bottom: 0; }

/******* royal slider ********/


.royalSlider {
    padding: 0 0 0 0;
}

#cover-space {
position: fixed;
overflow: hidden;
background: #fcfcfc;
}


#cover-space #intro-title a  {
	display: block;
	color: #00ff99;
	text-align: center;
}

#cover-space #intro-title .enter, a:hover h1 {
	 display: none;
	 }
#cover-space #intro-title a:hover .enter { 
	display: block; 
	}