/* COMMON CSS */

/********************************/
/* common styles */

html {
  overflow: scroll;
  position: relative;
  width: auto; height: auto;
}

body {
  overflow: visible;
  position: relative;
  width: auto; height: auto;
}

#wrapper {
  overflow: visible;
  position: relative;
  width: auto; height: auto;
  text-align: center;
}

