
html {
	background-color: black;
	background-image: url('../images/bg_fire.jpg');
	height: 98%;
	overflow: scroll;
}

body {
	height: 98%;
	margin: 0;
	padding: 5px;
	z-index: -100;
	position: relative;
}

div#overall {
	min-height: 100%;
	background-color: white;
	width: 1000px;
	padding: 5px;
	border-style: solid;
	border-width: 4px;
	border-color: rgb(150, 0, 0);
	margin: 0 auto -0px;
	position: relative;
	z-index: -51;
}

div#menu_fake {
	overflow: hidden;
	position: absolute;
	width: 250px;
	top: 5px;
	bottom: 5px;
	background: rgb(240, 0, 0);
	z-index: -50;
}

div#page_outer {
	overflow: hidden;
	float: left;
	position: relative;
	width: 100%;
	background-color: white; /*rgb(150, 150, 150);*/
}

div#page_inner {
	float: left;
	width: 100%;
	position: relative;
	right: 750px;
	background-color: rgb(240, 0, 0);
}

div#footer {
	height: 50px;
	background-color: rgb(240, 0, 0);
	position: absolute;
	bottom: 5px;
	width: 1000px;
	text-align: center;
}

div#menu {
	width: 250px;
	float: left;
	position: relative;
	overflow: hidden;
	left: 750px;
	padding-bottom: 50px;
}

div#content {
	font-size: medium;
	width: 710px;
	float: left;
	position: relative;
	overflow: hidden;
	left: 750px;
	padding-bottom: 60px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

div#banner {
	width: 100%;
	height: 150px;
	background-color: rgb(240, 0, 0);
}