@media all and (max-width: 1700px) {
	body {
		background-image: url("http://placehold.it/1700x1700");
		background-position:center;
		background-repeat: no-repeat;
		margin-top: 5px;
		margin-left: 25px;
		margin-right: 25px;
		margin-bottom: 250px;
		}
	}
@media all and (max-width: 1300px) {
	body {
		background-image: url("http://placehold.it/1300x1300");
		background-position:center;
		background-repeat: no-repeat;
		margin-top: 5px;
		margin-left: 25px;
		margin-right: 25px;
		margin-bottom: 250px;
		}
	}
@media all and (max-width: 1150px) {
	body {
		background-image: url("http://placehold.it/1150x1150");
		background-position:center;
		background-repeat: no-repeat;
		margin-top: 5px;
		margin-left: 25px;
		margin-right: 25px;
		margin-bottom: 250px;
		}
	}
@media all and (max-width: 768px) {
	body {
		background-image: url(http://placehold.it/768x768");
		background-position:center;
		background-repeat: no-repeat;
		margin-top: 5px;
		margin-left: 25px;
		margin-right: 25px;
		margin-bottom: 250px;
		}
	}
@media all and (max-width: 500px) {
	body {
		background-image: url("http://placehold.it/500x500");
		background-position:center;
		background-repeat: no-repeat;
		margin-top: 5px;
		margin-left: 25px;
		margin-right: 25px;
		margin-bottom: 250px;
		}
	}
@media all and (max-width: 350px) {
	body {
		background-image: url("http://placehold.it/350x350");
		background-position:center;
		background-repeat: no-repeat;
		margin-top: 5px;
		margin-left: 25px;
		margin-right: 25px;
		margin-bottom: 250px;
		}
	}
/*
@media all and (max-width: 500px) {
	body {
		background-image: url("http://placehold.it/500x500");
		background-position:center;
		background-repeat: no-repeat;
		width: 100px;
		font-size: 12px;
		line-height: 14px;
		margin-top: 5px;
		margin-left: 25px;
		margin-right: 25px;
		margin-bottom: 250px;
		}
	}
*/
