@charset "UTF-8";

#body{
	overflow:hidden;
}

div, img, p{
	position:absolute;
}
.inv{
	opacity:0;
}

#mainPanel{
	cursor:pointer;
	box-sizing:border-box;
	left:0px;
	top:0px;
	width:728px;
	height:90px;
	overflow:hidden;
	visibility:hidden;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
#botBar{
	left:0px;
	top:242px;
	width:300px;
	height:8px;
	background-color:#5A3480;
}


#boards{
	left:0px;
	top:0px;
	width:300px;
	heigth:250px;
	background-color:#f00;
}
.board{
	opacity:0.5;
	left:0px;
	top:0px;
}