<html>
	<head>
	<!-- Copyright 2015 Adobe Systems Incorporated.  All rights reserved. -->
    <style>
	@font-face {
	  font-family: 'source_sans_proregular';
	  src: url('/preview/app/fonts/sourcesanspro-regular-webfont.eot');
	  src: url('/preview/app/fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
		   url('/preview/app/fonts/sourcesanspro-regular-webfont.woff') format('woff'),
		   url('/preview/app/fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
		   url('/preview/app/fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
	  font-weight: normal;
	  font-style: normal;
	}

	body {
		text-align:center;
		background-color:#403f3f;	
	}
	#errorImage {
		width:80%;
		max-height:300px;
	}
	#errorMessage {
		margin: 0 auto;
		width:80%;
		color:white;
		font-size:1.5em;
	  	font-family: 'source_sans_proregular';
	}
	</style>
	</head>

	<body>
    <img id="errorImage" src="/static/files/genError.svg">
    <div id="errorMessage">%s</div>
    <dw-container-div>
    	<script type="text/javascript" src="/static/files/IOSScrolling.js"></script>
    </dw-container-div>
	</body>
</html>

