html, body {margin: 0; padding: 0; height: 100%; }

body {
  font: 16px/1.2em Verdana, Arial, Helvetica, sans-serif;
  background: #fff;
  color: #000;
}

#container {
  width: 820px;
  position: relative;
  min-height: 100%; height: auto !important; height: 100%;
  margin: 0 auto;
  font-size: 0.75em;
  line-height: 1.2em;
}

#container-content {
  position: relative;
  padding-bottom: 120px;
}

#footer {
  position: absolute;
  overflow: hidden;
  width: 100%;
  bottom: 0 !important; bottom: -1px;
  height: 40px;
  border-top: 1px solid #ccc;
  padding-top: 1em;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.2em;
  color: #666;
  background-color: transparent;
}
  #footer a {
    color: #000;
    background-color: transparent;
  }

#header {
  padding: 10px 0 0 0;
  margin: 0 0 10px 0;
}
#logo {
  float: left;
  display: inline;
}
#header-welcome {
  float: left;
  display: inline;
  margin-right: 15px;
}
  #header-welcome img {
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
    margin-right: 5px;
  }

#header-menu {
  float: right;
  display: inline;
}
  #header-menu ul {
    float: left;
    display: inline;
    background-color: #ebebeb;
    color: inherit;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;  
  }
  #header-menu li {
    float: left;
    display: inline;
  }
  #header-menu li a {
    float: left;
    display: inline;
    text-decoration: none;
    padding: 5px 10px;
    color: #000;
    background-color: transparent;
  } 
  #header-menu li a:hover {
    text-decoration: underline;
  }  
  
h1.maintitle {
  margin: 10px 0 15px 0;
  font-size: 2.3em;
  line-height: 1.2em;
}   