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

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	border: none;
	position: absolute;
	left:0px;
	top:0px;
	z-index:0;
}

#divEditor {
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 100%;
	display: none;
	position: fixed;
	left:0px;
	top:0px;
	z-index:1;
	
}

#divSite {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;
	z-index:-1;
	
	/*display: block;*/
	/*min-height: 1000px;*/
}

#main, #editor {
	outline:none;
	border:none;
	-moz-outline-style: none;
}
