body {
  text-align: center;
  background-color: #FFF;
  margin:0px;
  padding:0px;
  color: #444;
  overflow:hidden;
}
html,
body
{
  width:100%;
  height:100%;
}
.top-wrapper {
  position: absolute;
  width: 100%;
  text-align: center;
  font: 13px/20px 'Helvetica Neue',Arial,sans-serif;
  padding: 5px;
  bottom: 0;
}
.top-wrapper a {
  color: #696A6B;
  text-decoration:none;
}
.simple p 
{
  font-size: 20px;
  line-height: 1.5;
  max-width: 640px;
  margin: 0 auto;	
  font: 13px/20px 'Helvetica Neue',Arial,sans-serif;
  color: #696A6B;
}

.simple
{
  top: 50%; left:50%;
  margin: -60px 0 0 -265px;
  position:absolute;
}

h1
{
  margin: 0;
  padding:0;
}
#bg-canvas
{
  width:100%;
  height:100%; 
  position:absolute;
  left:0; top:0;
}

::selection 
{
  background: #FF7200;
  color: white;
}
