div.background_image
{
	background: #7e3e8e url("../img/carbon.png");
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:-1;
}

div.background_shadow
{
	width:100%;
	height:100%;
	background: url("../img/shadow.png") repeat-x;
	position:fixed;
	top:0px;
	left:0px;
	z-index:-1;
}

div.all
{
	width:1000px;
	margin:auto;
	position:relative;
	top:5px;
}

div.content_header
{
	width:100%;
	height:150px;
	background: url("../img/body_top.png") no-repeat;
}

div.menu_and_content
{
	position:relative;
	overflow:hidden;
	width:100%;
	background: url("../img/body_mid.png") repeat-y;
	/*The rest of the formatting for this area is done
	  in the mainmenu.css file.*/
}



