* { margin: 0px; padding: 0px; }
div#error
{
	position: absolute;
	width: 50%;
	height: 50%;
	top: 50%;
	margin-top: -25%;
	left: 50%;
	margin-left: -25%;
	
	background: #f00;
	
	z-index: 5;
}
body
{	
	width: 100%;
	height: 100%;
	background-color: #ccc;
	background-image: url('./scout26v1-3_background.png');
	overflow: scroll;
}

div#page_header
{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -505px;
	width: 1011px;
	height: 100px;

	background-image: url('./scout26v1-3_02.png');
	background-repeat: no-repeat;
}

div#page_header h1, div#page_header h2
{
	display: none;
}

div#page_logo
{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -593px;
	width: 88px;
	height: 234px;
	
	background-image: url('./scout26v1-3_01.png');
	
}

div#page_main
{
	position: absolute;
	top: 100px;
	bottom: 30px;
	left: 50%;
	margin-left: -505px;
	width: 1012px;
}

div#page_navigation_left
{
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 220px;
	padding-top: 135px;
	background-image: url('./scout26v1-3_03.png');
	background-repeat: no-repeat;

}

div#page_content
{
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 219px;
	
	padding-top: 20px;
	
	background-image: url('./scout26v1-3_04.png');
	background-repeat: no-repeat;

}