#Dashboard {
	background-color:#000;
	background-image:url(../images/12_Dashboard-100.jpg);
	background-position:50% -80px;
	background-repeat:no-repeat;
	min-height:850px;
}
@media screen and (max-width: 1200px) {
	#Dashboard {
		background-image:url(../images/12_Dashboard-80.jpg);
		background-position:50% 70px;
		min-height:830px;
	}
}
@media screen and (max-width: 1000px) {
	#Dashboard {
		background-image:url(../images/12_Dashboard-80.jpg);
		background-position:50% -20px;
		min-height:720px;
	}
}
@media screen and (max-width: 800px) {
	#Dashboard {
		background-image:url(../images/12_Dashboard-80.jpg);
		background-position:50% -30px;
		min-height:730px;
	}
}
@media screen and (max-width: 500px) {
	#Dashboard {
		background-image:url(../images/12_Dashboard-60.jpg);
		background-position:50% 70px;
		min-height:650px;
	}
}
@media screen and (max-width: 360px) {
	#Dashboard {
		background-image:url(../images/12_Dashboard-40.jpg);
		background-position:50% 210px;
		min-height:600px;
	}
}