Simple Cloud Store Template Example

Head extension

<style>
    body{margin:0;}
    #wrap{margin:auto;}
    #BrandedStore{font-weight:normal;text-align:left;width:748px;margin:auto;}
    #t{background-image:url(/images/snow.gif);width:100%;}
    #title{font-family:'Monotype Corsiva',Script,Batang,'Book Antiqua',serif;font-size:40px;color:blue;}
</style>

Custom template

<table id="t">
    <tr>
	<th id="title">
    	    Happy New Year!
	</th>
    </tr>
    <tr>
	<th>
	    <div id="BrandedStore"><BrandedStore/></div>
	</th>
    </tr>
</table>

Back