#containerPage {
	margin: 0 auto;
	width: 1100px;
	border: 0px;
	overflow: auto;
}

#containerHeader {
	width: 1100px;
	height: 223px;
	background-image: url( '../images/backHeader.png' );
	background-repeat: no-repeat;
}

	#containerNaviLeft {
		width: 224px;
		float: left;
	}

	#containerNaviMiddle {
		width: 637px;
		height: 62px;
		float: left;
		background-image: url( '../images/backNaviTop.png' );
		background-repeat: no-repeat;
	}

	#containerNaviRight {
		width: 239px;
		float: left;
	}

#containerContent {
	width: 1100px;
	height: 399px;
	background-image: url( '../images/backContent.png' );
	background-repeat: no-repeat;
}

#containerContentLeft {
	width: 265px;
	float: left;
}

#containerContentMiddle {
	width: 582px;
	float: left;
}

	#containerContentNews {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #ffffff;
		width: 582px;
		height: 305px;
		background-image: url( '../images/contNewsBack.png' );
		background-repeat: no-repeat;
	}

	#containerContentClear {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #ffffff;
		width: 582px;
		height: 305px;
		background-image: url( '../images/contBack.png' );
		background-repeat: no-repeat;
		overflow: auto;
	}

	#containerContentText {
		padding-left: 19px;
		padding-top: 22px;
	}

#containerContentRight {
	width: 253px;
	float: left;
}

	#containerRandomPics {
		width: 253px;
		height: 345px;
		background-image: url( '../images/backRandomPics.png' );
		background-repeat: no-repeat;
	}

#containerFooter {
	width: 1100px;
	height: 178px;
	background-image: url( '../images/backFooter.png' );
	background-repeat: no-repeat;
}