#Graphic {
	background-color:#000;
	background-image:url(../images/01_Graphic-80.jpg);
	background-position:center;
	background-repeat:no-repeat;
	min-height:800px;
}
#Graphic .table .cell {
	vertical-align: top;
}
@media screen and (max-width: 1500px) {
	#Graphic {
		background-image:url(../images/01_Graphic-80.jpg);
		background-position:50% -30px;
		min-height:800px;
	}
}
@media screen and (max-width: 1200px) {
	#Graphic {
		background-image:url(../images/01_Graphic-70.jpg);
		background-position:50% 60px;
		min-height:800px;
	}
}
@media screen and (max-width: 1000px) {
	#Graphic {
		background-image:url(../images/01_Graphic-60.jpg);
		background-position:50% 30px;
		min-height:650px;
	}
}
@media screen and (max-width: 800px) {
	#Graphic {
		background-image:url(../images/01_Graphic-50.jpg);
		background-position:43% 100px;
		min-height:650px;
	}
}
@media screen and (max-width: 500px) {
	#Graphic {
		background-image:url(../images/01_Graphic-30.jpg);
		background-position:center 300px;
		min-height:1000px;
	}
}
@media screen and (max-width: 360px) {
	#Graphic {
		background-image:url(../images/01_Graphic-20.jpg);
		background-position:center 480px;
		min-height:930px;
	}
}