body {
  background: #FFF !important;
  font-family: Arial !important;
  font-size: 14px !important;
  color: #000 !important;
}

body * {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}

div#header {
  display: none;
  width: 0px !important;
  height: 0px !important;
}

div.sidebar {
  display: none;
  width: 0px !important;
  height: 0px !important;
}

div#footer {
  display: none;
  width: 0px !important;
  height: 0px !important;
}

div.wrapper {
  margin: 0px !important;
}

div.container {
  width: 800px !important;
  height: auto !important;
  float: none !important;
}

div.content {
  width: 100%;
}

input[type="submit"] {
  display: none !important;
}