div.contentContainer {
		width: 800px;
		margin: 0 auto;
		background-image: url('../images/content_bg.jpg');
		background-repeat: repeat-y;
		text-align: center;
		display: table;
	}
	div.content {
		padding: 20px;
	}
	div.leftContent {
		float: left;
		width: 240px;
		margin-left: 60px;
		margin-right: 20px;
		line-height: 16px;
		background-image: url('../images/menu_bg1.jpg');
		background-repeat: no-repeat;
	}
	div.rightContent {
		float: left;
		width: 380px;
	}
