<head>
  <style type='text/css'>
    body{
      background: url('/assets/editor2/dash-bg.png');
    }
    .wide{
      margin: 50px auto; width:800px; overflow:hidden;
      padding:10px;
    }
    .col2{
      width: 350px; margin:20px auto; font-family:arial;
      text-shadow: 0px 1px #fff; text-align:center;
    }
    h1{
      margin-bottom:10px; font-size:40px; font-weight: 100;
    }
    h2{
      margin-bottom:20px; font-size:20px; font-weight: 100;
    } 
    p{
      line-height:150%; color: #666; margin-top:20px;
    }
    
    img{
      width:400px; padding:5px; display:block; background:#fff; box-shadow:0 1px 4px rgba(0,0,0,.3);
    }
    .button{
      font-size:14px; font-weight:bold; background: #fb0;
      padding: 10px 16px; color: #000; display:block;
      border:1px solid rgba(0,0,0,0.2); border-color: rgba(255,255,255,0.8) rgba(0,0,0,0.15) rgba(0,0,0,0.3);
      border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
      box-shadow:0 1px 2px rgba(0,0,0,.2);
      text-align:center; margin-bottom: 10px;
      text-decoration:none;
    }
    .button:hover, .button:active{
      background: #fd0; text-shadow: 0px 1px rgba(255,255,255,0.5);
    }
    .button.dark{
      background: #445; color: #fff; text-shadow: 0px -1px rgba(0,0,0,0.8);
    }
    .button.dark:hover{
      background: #556;
    }
  </style>

  <script type="text/javascript">
    var _gaq = _gaq || [];
    _gaq.push(['_setAccount', 'UA-25124444-1']);
    _gaq.push(['_trackPageview']);
    _gaq.push(['_trackEvent',
      'PageNotFound',
      window.location
    ]);
    (function() {
      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    })();
    (function(c,a){window.mixpanel=a;var b,d,h,e;b=c.createElement("script");
      b.type="text/javascript";b.async=!0;b.src=("https:"===c.location.protocol?"https:":"http:")+
      '//cdn.mxpnl.com/libs/mixpanel-2.2.min.js';d=c.getElementsByTagName("script")[0];
      d.parentNode.insertBefore(b,d);a._i=[];a.init=function(b,c,f){function d(a,b){
      var c=b.split(".");2==c.length&&(a=a[c[0]],b=c[1]);a[b]=function(){a.push([b].concat(
      Array.prototype.slice.call(arguments,0)))}}var g=a;"undefined"!==typeof f?g=a[f]=[]:
      f="mixpanel";g.people=g.people||[];h=['disable','track','track_pageview','track_links',
      'track_forms','register','register_once','unregister','identify','alias','name_tag','set_config',
      'people.set','people.set_once','people.increment','people.track_charge','people.append'];
      for(e=0;e<h.length;e++)d(g,h[e]);a._i.push([b,c,f])};a.__SV=1.2;})(document,window.mixpanel||[]);
      mixpanel.init("71b075f2b148d8815c4845116b6b1f83");
  </script>
</head>

<body>
  <div class='wide'>
    <div class='col2'>
      <br/>
      <h1> Page not found.</h1>
      <p>This page may have been removed. Or maybe it was never here.<p>
      <br/>
      <a class='button' href='javascript:history.back()'> Go Back </a>
      <a class='button dark' href='http://strikingly.com'> Go to Strikingly Home</a>
    </div>
  </div>
  <script type="text/javascript">
    mixpanel.track("Site - Page not found", {'url': window.location});
  </script>
</body>