html, body 		{ position: absolute; width:  100%; height: 100%; background-color: #fff; margin: 0; padding: 0; font-family: Arial, sans-serif; font-size: 16px; color: #00a0ff; overflow: auto; }
canvas 			{ position: absolute; background-color: transparent; display: block; padding: 0; margin: 0;}
video 			{ position: absolute; background-color: transparent; display: none;  padding: 0; margin: 0;}

#_wrapper	 	{ position: absolute; width:  100%; height: 100%; }
#_content 		{ position: absolute; width: 640px; height:480px; background-color: #efefef; margin: auto; top: 0; left: 0; right: 0; }
#_preloader		{ position: absolute; width:   1px; height:480px; background-color: #000000; margin: auto; top: 0; left: 0; right: 0; }
#_subline		{ position: absolute; width: 640px; height: 40px; background-color: transparent; margin: auto; left: 0; right: 0; top: 490px; }
#_highlight		{ position: absolute; width: 640px; height: auto; background-color: transparent; margin: auto; left: 0; right: 0; top: 525px; font-size: 8pt; }
#_brfv4_logo	{ position: absolute; width: 200px; right:   0;   bottom: 0; opacity: 0.5; }
#_stats	        { position: absolute; right:   0;   top:     0; }

#_settingsLeft 	{ position: absolute; width: 160px; height:480px; background-color: transparent; }
#_settingsRight { position: absolute; width: 341px; height: 100%; background-color: transparent; right: 0; }
#_msg           { position: absolute; width: 100%;  height: 40px; background-color: transparent; bottom: 0; }
