@CHARSET "ISO-8859-1";

body {
    background: url('/resources/css/CustomLayout/powered_by_econ4.png') fixed no-repeat, url('/resources/css/CustomLayout/background.jpg') no-repeat fixed;
    background-size: auto, cover;
	/* background: -moz-linear-gradient(270deg, #21335C 0%, #ffffff 100%); ff3.6+ */
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #21335C), color-stop(100%, #ffffff)); safari4+,chrome */
    /* background: -webkit-linear-gradient(270deg, #21335C 0%, #ffffff 100%); safari5.1+,chrome10+ */
    /* background: -o-linear-gradient(270deg, #21335C 0%, #ffffff 100%); opera 11.10+ */
    /* background: -ms-linear-gradient(270deg, #21335C 0%, #ffffff 100%); ie10+ */
    /* background: linear-gradient(180deg, #21335C 0%, #ffffff 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21335C', endColorstr='#ffffff',GradientType=0 ); /* ie6-9 */
    /*noinspection CssUnknownTarget*/
	background-position: bottom right, 0 0% ;
}

.redesign-logo {
    /*noinspection CssUnknownTarget*/
    background: url("/resources/css/CustomLayout/logo250x70.png") no-repeat scroll 0 0 rgba(255, 255, 255, 0.0);
    height: 75px;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 250px;
    border-radius: 0 0 0 0;
    box-shadow: 1px 1px 3px 3px rgba(50, 50, 50, 0.0);
}
