/* Deemo CSS (home.css) */
/* ============================================
 base
============================================ */
html, body {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
}

/* ============================================
 contents
============================================ */
#content_area {
  text-align: center;
}


