#bg{
	position: absolute;
	width: 100%;
	height: 100%;
	min-width: 1350px;
	min-height: 650px;
	background: linear-gradient(90deg, rgba(11,11,25,1) 0%, rgba(21,23,46,1) 50%, rgba(68,73,94,1) 100%);
	color: white;
}
#hb{
	width: 100%;
	height: 60px;
	background: linear-gradient(90deg, rgba(11,11,25,1) 0%, rgba(21,23,46,1) 50%, rgba(68,73,94,1) 100%);
	box-shadow: 0 1px 5px rgba(255, 255, 255, 0.3);
	box-sizing: border-box;
}
#bdy{
	width: 100%;
	height: calc(100% - 60px);
}
#wkspace{
	float: left;
	width: calc(100% - 100px);
	height: 100%;
	box-sizing: border-box;
	padding: 10px;
}