html, body {
  margin: 0!important;
}
body #sitecontainer {
  background-color: transparent;
  margin: 0px !important;
  padding: 0px !important;
  padding-top: 0px !important;
  min-height: auto;
}
body.celementsmenubarvisible #sitecontainer {
  margin: 0px !important;
  padding: 0px !important;
  padding-top: 0px !important;
}

#sitecontainer > div.cel_cell {
    background-color: black;
    min-height: 100%;
}

#wrapper {
    border-width: 0px;
    height: auto;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-top: 10px;
    width: 700px;
}

#header {
	padding-bottom: 10px;
}
#title {
	padding-bottom: 10px;
	padding-top: 10px;
}

#content {
	padding-bottom: 10px;
	padding-top: 10px;
}

#celements2_menu_bar, #contextMenu {
    display: none;
}
