	html, body {
		background-color: #fff;
		width: 100%;
		margin: 0px;
		padding: 0px;
		font-family: Arial, Helvetica;
		background: #fff url(img/back_bottom.gif) bottom repeat-x;
	}
	
	#topflag {
		position: absolute;
		top: 0px;
		left: 0px;
		background: url(img/back_top.gif);
		width: 100%;
		height: 75px;
		z-index: 2;
	}
	
	#page {
		position: absolute;
		top: 105px;
		left: 50px;
		width: 840px;
	}
	
	#content {
		margin: 60px 210px 125px 165px;
		font-size: 12px;
		line-height: 20px;
		color: #111;
	}
	
	#navigation {
		float: right;
		width: 150px;
		margin-top: 60px;
	}
	
	#text {
		width: 650px;
		margin-top: 75px;
		background-color: #339;
	}
	
	#cont {
		font-size: 12px;
		line-height: 20px;
	}
	
	#navigation {
		font-size: 12px;
		line-height: 20px;
	}
	
	#meta {
		position: absolute;
		top: 10px;
		right: 20px;
		font-size: 11px;
		z-index: 3;
	}
	
	a {
		color: #999;
	}
	
	a:visited {
		color: #999;
	}
