@charset "utf-8";

html, body{
  min-height: 100%;
}
/* CSS Document */
/* Background pattern from subtlepatterns.com */
#worldFrame{
	width: 2443px; 
    height: 1080px;
    background-image:url(../Assets/room/livingRoom/awardsShelf/background.png);
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
	z-index: 100;
}

.innerworld{
	width: 80px;
	height: 45px;
	left: 10px;
	top: 17px;
	position: relative;
	background: #0C0;
}

/**************/
/*  In Scene  */
/**************/
.fadeIn{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-image:url(../Assets/basic/dark_exa.png);
	z-index: 1000;
}

.fadeLoading{
	z-index: 1001;
}
#toRoom
{
	position: absolute;
	top: -40px;
	left: 10px;
	width: 167px;
	height: 129px;
	background-image: url(../Assets/room/livingRoom/awardsShelf/toRoom.png);
	z-index: 501;
}
