body {
	text-align:center;
}

#wrapper, #middle, #header, #footer {
	text-align:left;
	margin:0 auto;
	position:relative;
	width:980px;
}

#header {
	height:508px;
	z-index:5;
}

#middle {
	overflow-x:hidden;
}

#content, #left, #right {
	overflow-x:hidden;
	position:relative;
	z-index:1;
}

#index #content {
	float:left;
	left:256px;
	margin-right:-100%;
	width:472px;
}

#content {
	float:left;
	left:256px;
	margin-right:-100%;
	width:472px;
}

#index #left {
	float:left;
	left:12px;
	width:235px;
}

#index #right {
	float:right;
	right:8px;
	width:235px;
    display: block; 
}

#footer {
	height:225px;
	margin:0 auto;
}