html,
html body {
	margin							:	0px;
	padding							:	0px;
	
	background					: url('../graph/bg_body.gif');
	background-repeat		: repeat-y;
	background-position	: 50% 0;
}

#page_head {
	position						: absolute;
	top									: 0px;
	left								: 0px;
	
	width								: 100%;
	height							: 78px;

	text-align					: center;
	background					: url('../graph/bg_header.gif');
}

#page_foot {
	position						: absolute;
	bottom							: 0px;
	left								: 0px;
	
	width								: 100%;
	height							: 40px;
}

.column {
	position						: absolute;
	top									: 0px;
	bottom							: 0px;
	padding-top					: 90px;			/* 12px visible */
}


#col1 {
	left								: 1%;
	width								: 32%;
}

#col2 {
	left								: 33%;
	width								: 17%;
}

#col3 {
	left								: 50%;
	width								: 17%;
}

#col4 {
	left								: 67%;
	width								: 32%;
}

img#header {
	margin-top					: 16px;
	margin-bottom				: 16px;
}

img.portrait {
	margin-left					: 12px;
	margin-right				: 7px;
}
