<html>
	<head>
	<!-- Copyright 2015 Adobe Systems Incorporated.  All rights reserved. -->
    <style>
	#imageContainer {
        width:100%;
        height:100%;
        margin:0;
        padding:0;
        border:0;
    }
        
    #imageContainer td {
        vertical-align: middle;
        text-align: center;
    }   
    
	</style>
	</head>

	<body>
        <table id="imageContainer">
            <tr>
                <td><img id="spinner" src="/static/files/cc-spinner.gif"></td>
            </tr>
        </table>
	</body>
</html>

