﻿/*#region General Styles */
body.error-404 {
    background-image: url('../../images/error-bg.png');
}
/*#endregion */

/*#region Responsive Styles */
/*
@media only screen and (width : 1024px) {}

@media only screen and (min-width : 501px) and (max-width : 1023px) {}

@media only screen and (max-width : 500px) {}
*/
/*#endregion */
