#Graphic {
	background-color:#000;
	background-image:url(../images/01_Graphic-100.jpg);
	background-position:center;
	background-repeat:no-repeat;
	min-height:800px;
}
#Graphic .frame .cell .left {
	
}
@media screen and (max-width: 1500px) {
	#Graphic {
		background-image:url(../images/01_Graphic-80.jpg);
		/*background-position:50% 80px;*/
		min-height:800px;
	}
}
@media screen and (max-width: 1000px) {
	#Graphic {
		background-image:url(../images/01_Graphic-80.jpg);
		min-height:600px;
	}
}
@media screen and (max-width: 800px) {
	#Graphic {
		background-image:url(../images/01_Graphic-60.jpg);
		background-position:50% 110px;
		min-height:300px;
	}
	#Graphic .table .cell .left .left {
		text-align:center;
	}
	#Graphic .table .cell .left .left img {
		max-width:80%;
		margin-top:65%;
	}
}
@media screen and (max-width: 500px) {
	#Graphic {
		background-image:url(../images/01_Graphic-40.jpg);
		background-position:50% 160px;
	}
	#Graphic .table .cell .left .left img {
		max-width:95%;
		margin-top:60%;
	}
}
@media screen and (max-width: 360px) {
	#Graphic {
		background-position:50% 250px;
	}
	#Graphic .table .cell .left .left img {
		max-width:100%;
		margin-top:90%;
	}
}