.returnTo {
	font-size: 16px;
	display: inline-block;
	background: #eeeeee;
	padding: 10px 14px;
	border-radius: 7px;
}
#wrapper {
	margin: 0 auto 110px;
	overflow: hidden;
	padding: 0 20px 20px;
	position: static;
	max-width: 1220px;
	background-color: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.progress {
	position: relative;
}

.progress li:first-child:before {
	left: 12px;
}

@media (min-width: 320px) {
	body {
		padding: 0;
		margin: 0;
        	background:url(/GrabImage/c5fd385a-a521-4bb9-a733-02fde8d01979/bg_html_320.png) repeat-x;
	}
	.brand-logo {
		position: absolute;
		top: 0;
		right: 0;
		width: 92px;
		height: 60px;
	}
	.mast {
		height: 60px;
		margin-bottom: 20px;
	}
	.logo {
		display: none;
	}

}
@media (min-width: 768px) {
    	body {
        	padding: 0;
	        margin: 0;
        	background: url(/GrabImage/31fabb6d-b989-48dc-8be8-8b1ea05555c4/bg_html_768.png) repeat-x #fff;
	    }
    .brand-logo {
        width: 166px;
        height: 108px;
    }
    .mast {
        height: 126px;
        position: relative;
        margin-bottom: 20px;
    }
    .logo {
        width: 372px;
        height: 32px;
        background:url(/GrabImage/4a7067f8-855c-420a-ab63-23a14e2ef154/logotype_768.png) no-repeat;
        display:inline;
        position: absolute;
        bottom:20px;
    }
    .assistive {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }
}

@media (min-width: 1024px) {
    body {
        padding: 0;
        margin: 0;
        background: url(/GrabImage/9a3abc89-5669-40d7-aeee-15c9c3d95a73/bg_html_1024.png) repeat-x #fff;
    }
    .brand-logo {
        width: 204px;
        height: 133px;
    }
    .mast {
        height: 174px;
        position: relative;
        margin-bottom: 32px;
    }
    .logo {
        width: 579px;
        height: 51px;
        background:url(/GrabImage/441b7577-663b-4030-9eb0-3733ab4d742f/logotype_1024.png) no-repeat;
        display:inline;
        position: absolute;
        bottom:40px;
    }
    .assistive {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }
}