@charset "utf-8";

body, div, p, ul, li, h1, h2, img, form {
	margin:0px;
	padding:0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	height:100%;
}
p {
	margin:9px 0px;
	line-height:18px;
}
#widget {
	position:absolute;
	z-index:4;
	top:0px;
	left:0px;
	overflow:hidden;
	width:415px;
	height:400px;
}
#game {
	visibility:hidden;
	position:absolute;
	bottom:0px;	
	left:400px;
	width:600px;
	height:700px;
	z-index:3;
	overflow:hidden;
	
}
#loadingDots {
	visibility:hidden;
	position:absolute;
	top:370px;
	left:10px;
	width:337px;
	height:100px;
	z-index:5;
	overflow:hidden;
}
#container {
	position:relative;
	height:100%;
	width:100%;
	z-index:1;
}
#debug {
	position:absolute;
	bottom:0px;
	width:100%;
	height:150;
	z-index:2;
	overflow:hidden;	
}


