#main_content-index {
    position:relative;
    margin-left:113px;
	margin-right:101px;
	height:200px;
	}
	
#header_image {
    width:inherit;
	height:318px;
	background-image:url(../images/index_header.png);
	}

#blacksquare {
	position:absolute;
	height:179px;
	width:179px;
	top: -3px;
	left: -8px;
	}
	
#bluesquare {
	position:absolute;
	height:179px;
	width:179px;
	left: 177px;
	top: -3px;
	}
	
#goldsquare {
	position:absolute;
	height:179px;
	width:179px;
	left: 363px;
	top: -3px;
	}
	
#silversquare {
	position:absolute;
	height:179px;
	width:179px;
	left: 549px;
	top: -3px;
	}
