/* 404 Error
---------------------------------------------------------------------------------------- //// */
html {
	background:#fff !important}

/* MEDIA QUERY: 600px
---------------------------------------------------------------------------------------- //// */
@media (min-width:600px) {
	body {
		/*background-image:url(/static/images/error/container.png);*/
		background-repeat:no-repeat;
		background-position:160% 159px}
}

/* MEDIA QUERY: 769px
---------------------------------------------------------------------------------------- //// */
@media (min-width:769px) {
	body {
		background-position:90% 239px}
}