body{
	background: url(../images/dlc_specific/index-background.jpg) #000 no-repeat top center;
	width:100%;
	margin: 0;
	padding: 0;
}

#leftColumnIndex {
	position:absolute;
	left:0;
	top: 80px;
	padding:0;
	width:350px;
	border: 0px solid yellow;
}

#rightColumnIndex {
	position:absolute;
	right:0;
	top: 80px;
	padding:0;
	width:350px;
	border: 0px solid red;
}

#centerColumnIndex{
	margin-left: 355px;
	margin-right: 355px;
	border: 0px solid blue;
}

#indexFooter{
	width:99%;
	border: 0px solid white;
	text-align: center;
	margin-top: 245px;
	}
*:first-child+html #indexFooter{
	width:99%;
	border: 0px solid white;
	text-align: center;
	margin-top: 206px;
	}

.indexBtnsCont{
	height: 60px;
	text-align: center;
	position: relative;
	top: 245px;
	border: 0px solid blue;
	}
	
	
*:first-child+html .indexBtnsCont{
	height: 60px;
	position: relative;
	top: 200px;
	text-align: center;
	}
	
*html .indexBtnsCont{
	height: 80px;
	position: relative;
	top: 210px;
	text-align: center;
	}

	
.indexTitle{
border-top: 1px solid #000;
margin-top: 0px;
width: 100%;
}

.indexBtns{
	border: 1px solid #555
	}
	
.indexMembersBtn{
	 position: absolute;
	 right: 20px;
	 top: 0px;
	 border: 1px solid #555;
	 }
.indexHomeBtn{
	position: absolute;
	 left: 20px;
	 border: 1px solid #555;
	 }

.indexSubBtn{
	margin-left: 2px; 
	border: 1px solid #555;
	}
	 
.indexTitleBtm{
border-top: 1px solid black;
margin-top: 4px;
width: 100%;
}	

.homeHead{
	margin-top: 0px;
	margin-bottom: 3px;
	}

*:first-child+html .homeHead{
	margin-top: -13px;
	}
	
*html .homeHead{
	position: relative;
	top: -15px;
	margin-bottom: -10px;
	}
	
*:first-child+html .indexTitleBtm{
	border-top: 1px solid black;
	margin-top: 0px;
	width: 100%;
	}
	
*html .gallFixIE{
	margin-bottom: -10px;
	}
