body, html {
	width:100%;
	height:100%;
	background:#FFF;
	overflow: hidden;
}

#preloader{
	font-size:15px;
	display:block;
	border:1px solid black;
	height:55px;
	width:228px;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background:RGBA(0,0,0,0.5);
}
#preloader>p{
	margin-top:5px;
	margin-left:3px;
	color:white;
	font-family:sans-serif;
	font-weight:bold;
}
#preloader>div, #preloader>div>div{
	width:220px;
	height:25px;
}
#preloader>div{
	border:1px solid white;
	position:absolute;
	left:3px;
	bottom:3px;
	overflow:hidden;
}
#preloader>div>div{
	background:url("../data/ui/preload_line.png");
	position:relative;
	right:100%;
}
#monitor{
	width:100%;
	height:100%;
}
#monitor>img{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:auto;
}
#ui{
}
#ui>div{
	width:50px;
	height:50px;
	position:absolute;
	margin:auto;
	top:0;
	bottom:0;
	cursor:pointer;
}
#ui>div#left{
	left:10px;
	background:url("../data/ui/left.png");
}
#ui>div#left:hover{
	background:url("../data/ui/left_hover.png");
}
#ui>div#right{
	right:10px;
	background:url("../data/ui/right.png");
}
#ui>div#right:hover{
	background:url("../data/ui/right_hover.png");
}
#ui>div#back{
	right:10px;
	top:10px;
	bottom:auto;
	background:url("../data/ui/close.png");
}
#ui>div#back:hover{
	background:url("../data/ui/close_hover.png");
}
#ui>div#info{
	width:300px;
	border-radius:30px 30px 0 0;
	height:40px;
	cursor:default;
	font-family:sans-serif;
	font-weight:bold;
	background:RGBA(0,0,0,0.5);
	color:white;
	bottom:0px;
	top:auto;
	left:0;
	right:0;
	text-align:center;
	padding:10px;
}
#ui>div#info>div{
	font-weight:normal;
	margin-top:5px;
	color:#ffdfaa;
}
#ui>div#plan{
color: #fff;
background: RGBA(0,0,0,0.6);
padding: 15px;
left: 375px;
top: 10px;
bottom: auto;
font-family: sans-serif;
font-weight: bold;
width: auto;
height: auto;
text-decoration: underline;
font-size: 20px;
}
#ui>div#plan:hover{
	color:rgba(175,198,233,1.0);
}











