#Dashboard {
	background-color:#000;
	background-image:url(../images/10_Dashboard_full.jpg);
	background-position:50% -80px;
	background-repeat:no-repeat;
	min-height:850px;
}
@media screen and (max-width: 1200px) {
	#Dashboard {
		background-image:url(../images/10_Dashboard_1200.jpg);
		background-position:50% 0px;
		min-height:750px;
	}
}
@media screen and (max-width: 1000px) {
	#Dashboard {
		background-image:url(../images/10_Dashboard_1000.jpg);
		background-position:50% -20px;
		min-height:720px;
	}
}
@media screen and (max-width: 800px) {
	#Dashboard {
		background-image:url(../images/10_Dashboard_800.jpg);
		background-position:50% -30px;
		min-height:730px;
	}
}
@media screen and (max-width: 500px) {
	#Dashboard {
		background-image:url(../images/10_Dashboard_500.jpg);
		background-position:50% 50px;
		min-height:610px;
	}
}
@media screen and (max-width: 360px) {
	#Dashboard {
		background-image:url(../images/10_Dashboard_360.jpg);
		background-position:50% 190px;
		min-height:570px;
	}
}