#RAID {
	background-color:#000;
	background-image:url(../images/07_RAID-Storm-100.jpg);
	background-position:45% 50%;
	background-repeat:no-repeat;
	/*min-height:350px;*/
}
#RAID .table {
	display:table; min-height:350px;
}

@media screen and (max-width: 1200px) {
	#RAID {
		background-image:url(../images/07_RAID-Storm-80.jpg);
		background-position:50% 50%;
	}	
}
@media screen and (max-width: 1000px) {
	#RAID {
		background-image:url(../images/07_RAID-Storm-80.jpg);
		background-position:45% 50%;
	}
	#RAID .table {
		display:table; min-height:250px;
	}
}
@media screen and (max-width: 800px) {
	#RAID {
		background-image:url(../images/07_RAID-Storm-80s.jpg);
		background-position:50% 90%;
		min-height:550px;
	}
}
@media screen and (max-width: 500px) {
	#RAID {
		background-image:url(../images/07_RAID-Storm-60.jpg);
		background-position:50% 240px;
		min-height:440px;
	}
}
@media screen and (max-width: 360px) {
	#RAID {
		background-position:50% 240px;
		min-height:420px;
	}
}