/* ROOM INFO */
body{
	background:url(../img/bg04.jpg) fixed no-repeat #000;
	background-size:cover;
	background-position:bottom right;
}
h2{
	background:url(../img/profile_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;
}
p{
	text-align:justify;
	margin-bottom:1.5em;
}
#wrapper a img{
	background:none;
	border:3px solid #000;
	vertical-align:bottom;
	margin:0;
	margin-bottom:10px;
	margin-right:6px;
/* applied only IE6 */
	_margin-right:5px;
/* applied IE6 and IE7 */
	>margin-right:5px;
/* applied only IE8 */
	margin-right /*\**/: 5px;\9;
}
#wrapper a img:hover{
	border:3px solid #6f3;
	background:none;
}