@charset "UTF-8";

#contentNode {
	
	position: fixed;
  	top: 50%;
  	left: 50%;
	
	z-index:2;
	
	}



#door {
	
	position: fixed;
	
	border:none;
	
	top: 50%;
	right: 50%;
	
	margin-right: -16px;
	margin-top: -23px;
	
	z-index:4;
	
	}
	
#rollover {
	
	position: fixed;
	
	border:none;
	
	top: 50%;
	right: 50%;
	
	margin-right: -16px;
	margin-top: -60px;
	
	z-index:4;
	
	visibility: hidden;
	
	}

#passepartoutA {
	
	position:absolute;
	
	background-color:#e8e8e8;
	width: 100%;
	height: 50%;
	
	top:0px;
	margin-top: -22px;
	
	}
	
#passepartoutB {
	
	position:absolute;
	
	background-color:#e8e8e8;
	width: 100%;
	height: 50%;
	
	top: 50%;
	margin-top: 24px;
	
	}
	
#passepartoutC {
	
	position:absolute;
	
	background-color:#e8e8e8;
	width: 50%;
	height: 100%;
	
	left:0px;
	margin-left: -15px;
	
	}
	
#passepartoutD {
	
	position:absolute;
	
	background-color:#e8e8e8;
	width: 50%;
	height: 100%;
	
	left:50%;
	margin-left: 15px;
	
	}