BODY {
	font-family: sans-serif;
	margin: 0;
	background-color: #E0E0E0;
}
A {
	text-decoration: none;
}
DIV#checkers {
	position: absolute;
	right: 0;
	top: 0;
	z-order: -1;
	background-image: url('/images/checkers.jpg');
	width: 50%;
	height: 798px;
}
DIV#illumini {
    position: absolute;
    top: 810px;
    left: 0;
	width: 1000px;
	text-align: right;
	border: 0;
	display: none;
}
DIV#bounding_box {
	position: absolute;
	top: 0;
	left: 0;
	z-order: 1;
	width: 1000px;
	height: 798px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	margin-bottom: 10px;
}
DIV#header {
	height: 120px;
	background-color: #8F9194;
	overflow: hidden;
}
DIV#briner_logo {
	height: 120px;
	float: left;
}

#briner_logo img
{
	position: relative;
	top: -15px;
	width: 450px;
}

DIV#top_building {
	height: 120px;
	float: right;
}
DIV#background {
	height: 669px;
	background-color: #DB0018;
}
/* DIV#background IMG {
	position: relative;
	top: 36px;
} */
DIV#floating_body {
	position: absolute;
	overflow: auto;
	top: 125px;
	left: 40px;
	width: 670px;
	height: 250px;
	color: white;
}
DIV#floating_body span {
	font-size: 14pt;
	font-weight: bold;
}
DIV#floating_menu {
	position: absolute;
	top: 140px;
	left: 770px;
	width: 200px;
	text-align: right;
	color: #E0E0E0;
	font-weight: bold;
	font-style: italic;
}
DIV#floating_menu p {
	position: relative;
	margin-top: 25px;
}
DIV#floating_menu A {
	color: #E0E0E0;
}
DIV#bottom_tag {
	position: absolute;
	top: 830px;
	left: 735px;
	color: #E0E0E0;
	font-style: italic;
	font-weight: bold;
	font-size: 12pt;
}