/*.solar_system-wrap {
	height: 600px;
    width: 1000px;
	overflow: hidden;
	background-attachment: fixed;
	position: relative;
    background-color: black;
    box-shadow: 0px 0px 10px 10px black;
    border-radius: 5%;
    margin: 0 auto;
    transform: scale(0.6);
    left: -155px;
    top: -120px;
}
.solar_system-wrap_in {
    position: relative;
    top: -140px;
    left: -280px;
}*/
.solar_system-wrap {
    background-color: black;
    margin: 0 auto;
    overflow: hidden;
    height: 800px;
    width: 1366px;
}
.solar_system-wrap_in {
    position: relative;
    top: -110px;
}
#sun, #hourglass_twins, #timber_hearth, #brittle_hollow, #giants_deep, #dark_bramble {
	position: relative;
}

#sun {
	z-index: 0;
}
#hourglass_twins {
	z-index: -10;
}
#timber_hearth {
	z-index: -9;
}
#brittle_hollow {
	z-index: -8;
}
#giants_deep {
	z-index: -7;
}
#dark_bramble {
	z-index: -6;

}