@charset "utf-8";
/* CSS Document */

body
{
 background-color: #000000;
 width: 100%;
 height: 100%;
 display: table-cell;
 vertical-align: middle;
 -o-user-select:none;
 -moz-user-select: none;
 -khtml-user-select: none;
 -webkit-user-select: none;
}

html {
 display: table;
}

.header {
 margin: 0;
 padding: 0;
}

a img {
 border:0;
 -o-user-select:none;
 -moz-user-select: none;
 -khtml-user-select: none;
 -webkit-user-select: none;
}

#room_img {
 -o-user-select:none;
 -moz-user-select: none;
 -khtml-user-select: none;
 -webkit-user-select: none;
 z-index:0;
}

div { 
 position: absolute;  
 padding: 14px; 
 color: white;
 font-family : arial;
 font-size: 12px;
 display: none;
 -o-user-select:none;
 -moz-user-select: none;
 -khtml-user-select: none;
 -webkit-user-select: none;
 z-index:4;
}

.div_tip {
 position: absolute;
 left: 47px;
 top: 551px;
 width: 735x; 
 padding: 14px;
 color: white;
 font-family : arial;
 font-size: 12px;
 display: none;
 user-select: none;
 -o-user-select:none;
 -moz-user-select: none;
 -khtml-user-select: none;
 -webkit-user-select: none;
 z-index:4;
}
