/** 
 * INDEX
 */

.index_center {
	width: 900px; 
	position: relative;   
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

	/** 
	 * TOP
	 */
	 
	.index_top {
		width: 900px;
		background: #000000;
	}
		.index_top_left {
			width: 429px;
			float: left;
			background: #000000;
		}
		.index_top_right {
			width: 471px;
			float: left;
			background: #000000;
		}
			.index_top_right_top {
				width: 471px;
				float: left;
				background: #000000;
			}
			.index_top_right_bottom {
				width: 471px;
				float: left;
				background: #000000;
			}

	/** 
	 * MIDDLE
	 */
	 
	.index_middle {
		width: 900px;
	}
		.index_middle_left {
			width: 170px;
			float: left;
			background: #000000;
		}
		.index_middle_center {
			width: 560px;
			float: left;
			background: #000000;
		}
		.index_middle_right {
			width: 170px;
			float: left;
			background: #000000;
		}


.index_bottom {
	width: 900px;
	background: #000000;
}
.index_clear {
	clear: both;
}