body {
	color: #CCC;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	background-color: #666;
	background-image: url(imgs/body_bg.jpg);
	background-repeat: repeat-x;
}
a {
	color: #FFF;
}
a:focus, a:active {
	outline: none;
}
#header {
	text-align: center;
	height: 75px;
	width: 100%;
	top: 0px;
	left: 0px;
	padding-top: 5px;
	position: absolute;
	background-color: #444;
	text-align: center;
	border-bottom: 1px #CCC solid;
	z-index: 2;
}
#navi {
	text-align: center;
	height: 20px;
	width: 100%;
	left: 0px;
	bottom: 42px;
	position: absolute;
	z-index: 99;
}
#footer {
	text-align: center;
	height: 60px;
	width: 100%;
	background-color: #444;
	left: 0px;
	bottom: 0px;
	/*border-top: 1px #CCC solid;*/
	position: absolute;
	z-index: 3;
	/**/
	
	background-image: url(imgs/footer_bg.jpg);
	background-repeat: repeat-x;
}
#footer img {
	margin-top: 28px;
}
#metropolitan {
	height: 50px;
	width: 200px;
	left: 0px;
	bottom: 0px;
	position: absolute;
	z-index: 101;
}
#textContent{
	border: 1px #CCC solid;

}
.textBox {
	border: 1px #666 solid;
	padding: 40px 20px 20px 20px;
	height: 290px;
}
.textBox h1 {
	padding: 0px;
	margin: 0px;
}
