
/**
 * HTML Tags
 */

BODY {
  margin: 0px;
  padding: 0px;
  background: #ffffff;
}


/**
 * Header
 */

#header {
  display: none;
}


/**
 * Content
 */

#content {
  width: auto; 
  height: auto;
}

#content .padding {
  padding: 20px;
}

#content .scrollable {
  width: auto;
  height: auto;
}


/**
 * Content
 */

#footer {
  text-align: center;
}

