body, html {
	background-image:url(../images/tile.png);
	background-repeat:repeat;
	margin:0px;
}
#general_container {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:590px;
	z-index:1;
}
#site_container {
	position:relative;
	width:1000px;
	height:590px;
	z-index:2;
}
#background_left {
	top:0px;
	left:0px;
	position:absolute;
	width:800px;
	height:590px;
	z-index:3;
}
#navigation {
	top:175px;
	left:801px;
	position:absolute;
	width:200px;
	height:415px;
	z-index:3;
}
#random_picture {
	top:0px;
	left:801px;
	position:absolute;
	width:200px;
	height:175px;
	background-image:url(../images/tile.png);
	background-repeat:repeat;
	z-index:3;
}
#content {
	position:absolute;
	top:59px;
	left:419px;
	width:328px;
	height:475px;
	z-index:4;
	overflow:auto;
}
#content_large {
	position:absolute;
	top:60px;
	left:380px;
	width:375px;
	height:476px;
	z-index:4;
	overflow:auto;
}
#section_name {
	position:absolute;
	top:0px;
	left:230px;
	width:190px;
	height:246px;
	z-index:4;
}
#loader {
	position:absolute;
	top: 0px;
	left:0px;
	width:801px;
	height:590px;
	visibility:visible;
	z-index:100;
}
#loader_status_done {
	position:absolute;
	top: 250px;
	left:350px;
	width:194px;
	height:63px;
	visibility:hidden;
	z-index:101;
}