	.html, body {
		background-image: none;
	}
	
	div.mainFrame {
		height: 1060px;
	}

	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.map {
		width: 642px;
		height: 459px;
		margin: 0 auto;
		background-image: url('../images/map.jpg');
		background-repeat: no-repeat;
	}
	div.leftContent {
		float: left;
		width: 240px;
		height: 500px;
		margin-top: -120px;
		margin-left: 60px;
		margin-right: 20px;
		line-height: 20px;
		background-image: url('../images/contact_bg1.jpg');
		background-repeat: no-repeat;
	}
	div.rightContent {
		float: left;
		width: 380px;
	}
