body {
	margin: 0px;
	background-color: #333;
	padding: 0px;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #ABABAB;
}
img {
	border: 0px;
}
#fil_tl {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 314px;
	height: 316px;
	background-image: url('/images/fil_tl.png');
}
#fil_tr {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 316px;
	height: 314px;
	background-image: url('/images/fil_tr.png');
}
#fil_bl {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 316px;
	height: 314px;
	background-image: url('/images/fil_bl.png');
}
#fil_br {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 314px;
	height: 316px;
	background-image: url('/images/fil_br.png');
}
#box {
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -252px;
	width: 504px;
}
	#mast {
		position: absolute;
		width: 504px;
		height: 170px;
		background-image: url('/images/box_mast.png');
	}
		#datestamp {
			position: absolute;
			width: 230px;
			left: 137px;
			top: 115px;
			text-align: center;
		}
		#navlast {
			position: absolute;
			left: 6px;
			top: 107px;
			cursor: pointer;
		}
		#navnext {
			position: absolute;
			right: 6px;
			top: 107px;
			cursor: pointer;
		}
	#content {
		position: absolute;
		left: 0px;
		top: 170px;
		width: 504px;
		height: 200px;
		background: url('/images/box_content_bg.png') repeat-y;
	}
		#desc {
			text-align: center;
			padding: 25px;
			font-size: 18px;
		}
		#link {
			text-align: center;
			padding: 25px 0px;
			font-size: 36px;
			font-weight: bold;
		}
		#link a {
			color: #ABABAB;
			text-decoration: none;
		}
		#link a:hover {
			color: #FFF;
		}
	#links {
		position: absolute;
		left: 0px;
		top: 370px;
		width: 504px;
		height: 40px;
		background: url('/images/box_links_bg.png');
		text-align: center;
		padding: 42px 0px 0px 0px;
		color: #515151;
	}
	#links a {
		color: #515151;
	}
	#links a:hover {
		color: #ABABAB;
	}
	#foot {
		position: absolute;
		left: 98px;
		top: 452px;
		width: 309px;
		height: 38px;
		background: url('/images/box_foot.png');
		cursor: pointer;
	}