div.page{
	background:#222a;
	color:floralwhite;
	font-size: large;
	white-space:break-spaces;
	position:absolute;
	padding:8px;
	top:20px;
	left:10px;
	right:80px;
	bottom:44px;
    border-style: solid;
	border-color: floralwhite;	
    border-radius: 8px;
	margin:10px;
	overflow-y: auto;
}

div.corner_panel{
	color:aliceblue;
	text-shadow: 2px 2px 0 black;
	position:absolute;
	bottom:12px;
	right:4px;
}

div.top_panel{
	white-space:break-spaces;
	color:#eee;
	text-shadow: 2px 2px 0 black;
	pointer-events: none;
	position:absolute;
	top:20px;
	left:10px;
	right:80px;	
}

div.bottom_panel{
	text-transform: uppercase;	
	color:#8a8;
	text-shadow: 1px 1px 0 black;
	font-size: small;
	position:absolute;
	bottom:12px;
	left:10px;
}
div.media_panel{
	position:absolute;
	bottom:52px;
	right:10px;
	color:green;
}
div.tool_panel{
	position:absolute;
	top:20px;
	right:10px;
	color:yellow;
}
