/* CSS Document */
#hideall {
	display: block;
	position: fixed;
	top:0;
	left:0;
	opacity: 1;
	z-index: 901;
	width: 100%;
	height: 100%;
	background-color:#283322;
	}
#return-to-portrait {
	position:absolute;
	top: 40%;
	height: 20%;
	width: 80%;
	left: 10%;
    line-height: 20%;
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
	}
