@charset "utf-8";

html{
	margin:0; padding:0;
	-webkit-text-size-adjust: 100%;
}

body{
	padding:0; margin:0;
	width:100%;
	height:100%;
	color:#fff;
	background-color:#000;
	overflow:hidden;
}


div{
	margin:0;
	padding:0;
}


a{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}


.gl-world{
	position:fixed;
	top:0; left:0;
	width:100%; height:100%;
	overflow:hidden;
}

.gl-evt{
	position:fixed;
	width:100%; height:100%;
	top:0; left:0;
}


/* UI */
.gl-ui-head{
	position:fixed;
	width:100%;
	top:0; left:0;
}

.gl-changeMode{
	position:absolute;
	width:100px; height:40px;
	top:20px; left:20px;
}
.gl-3d-mode{
	position:absolute;
	width:50px; height:40px;
	top:0; left:0;
	background-color:#ff0000;
	cursor:pointer;
}
.gl-2d-mode{
	position:absolute;
	width:50px; height:40px;
	top:0; right:0;
	background-color:#ccc;
	cursor:pointer;
}


