/* ROOM INFO */
body{
	background:url(../img/bg03.jpg) fixed no-repeat #000;
	background-size:cover;
	background-position:bottom right;
}
h2{
	background:url(../img/room_h2.png) no-repeat right;
}
#wrapper{
	background-color:rgba(0,0,0,0.4);
	background-color:#000\9;
}
#wrapper:not(:target){
	background-color:rgba(0,0,0,0.4);
}
.big{
	font-size:20px;
	line-height:40px;
	font-weight:bold;
	letter-spacing:1px;
	vertical-align:20%;
}
.section p a{
	color:#fff;
	text-decoration:none;
	background:none;
}
.section p a:hover{
	color:#fff;
	background:none;
	border-bottom:1px solid #6f3;
}
.contact{
	font-size:16px;
	line-height:40px;
	font-weight:bold;
}