
#starfield {
	width: 100%;
	height: 100%; 
	overflow: hidden !important; 
	position: absolute; 
	display: block; 
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#blue-stars,
#cyan-stars,
#orange-stars,
#magenta-stars,
#white-stars {
	width: 3840px; 
	height: 2160px;
	position: absolute; 
	top: 50%; 
	left: 50%;
	overflow: hidden !important; 
	display: block; 
}

#blue-stars {
	background: url(../../images/starfields/4k/blue_ai-1.png);
}

#cyan-stars {
	background: url(../../images/starfields/4k/cyan_ai-1.png);
}

#magenta-stars {
	background: url(../../images/starfields/4k/magenta_ai-1.png);
}

#orange-stars {
	background: url(../../images/starfields/4k/a_ai-1.png);
}

#white-stars {
	background: url(../../images/starfields/4k/white_ai-1.png);
}


#blue-stars {
	margin-top: -829px;
	margin-left: -1955px;
}

#cyan-stars {
	margin-top: -690px;
	margin-left: -1940px;
}

#magenta-stars {
	margin-top: -600px;
	margin-left: -1113px;
}

#orange-stars {
	margin-top: -687px;
	margin-left: -1272px;
}

#white-stars {
	margin-top: -700px;
	margin-left: -2271px;
}
