#Graphics {
	background-color:#000;
	background-image:url(../images/01_graphic_full.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-position:50% 50px;
	min-height:960px;
	padding-top:50px;
}
@media screen and (max-width: 1500px) {
	#Graphics {
		background-image:url(../images/01_graphic_1500.jpg);
		background-position:50% 30px;
		min-height:830px;

	}
}

}
@media screen and (max-width: 1000px) {
	#Graphics {
		background-image:url(../images/01_graphic_1000.jpg);
		min-height:550px;
		padding-top:0px;
	}
}
@media screen and (max-width: 800px) {
	#Graphics {
		background-image:url(../images/01_graphic_800.jpg);
		background-position:50% 60px;
		min-height:550px;
		padding-top:0px;
	}
}
@media screen and (max-width: 500px) {
	#Graphics {
		background-image:url(../images/01_graphic_500.jpg);
		background-position:50% 270px;
		min-height:910px;
		padding-top:0px;
	}
}
@media screen and (max-width: 360px) {
	#Graphics {
		background-image:url(../images/01_graphic_360.jpg);
		background-position:50% 380px;
		min-height:820px;
		padding-top:0px;
	}
}