* {margin: 0px; padding: 0px; border: none;}
body {
	background-color: #d5e1e1;
}
#main {
	height: 100%; width: 100%; overflow: hidden; z-index: 9999;
	/*background-image: url(bmoar.png); background-repeat: no-repeat; background-attachment:fixed; background-position: bottom left;z*/
}
#content {
	text-align: right; font-size: 23px; padding: 13 13 0 0px; color: #c5d1d1;
	z-index: 9999;
}
#g {
	z-index: 9999;
	position: absolute;
	bottom: 180;
	visibility: hidden;
}

#bmoar {
	z-index:  11;
	position: absolute;
	bottom:   0px;
	left:     0px;
	overflow: hidden;
	margin:   auto;
	width:    100%;
	opacity:  1.0
}

#bmore {
	z-index:  10;
	position: absolute;
	bottom:   0px;
	left:     0px;
	overflow: hidden;
	margin:   auto;
	width:    100%;
	opacity:  1.0;
}

#logger {
	position: absolute;
	top: 10px;
	left: 10px;
	color: #000;
	z-index: 31;
	font-size: 14px;
}