body {
  margin: 0;
  padding: 10;
  /*background-image: '/static/images/bgbg.png';*/
  background-color: #122222;
}

.attribution {
  font-size: x-small;
}

.login {
  font-size: x-small;
}

.buttons {
  font-size: x-small;
}

#content-container {
  width: 100%;
  float: left;
}

#mask {
  /*background-image: '/static/images/bgbg.png';*/
  position: relative;
  overflow: hidden;
  margin: 0px auto;
  width: 67%;
  background-color: #009688;
  padding: 1px;
  clear:left;
}

#col1 {
  clear: left;
  display: inline;
  width: 100%;
  float: left;
  margin: 15px;
}

#col2 {
  float: right;
  width: 160px;
  display: inline;
  border: solid 1px;
  border-color: #000;
  background-color: #ccf;
  margin: 4px;
}

#footer{
   clear: both;
   float: left;
   width: 100%;
   display: block;
   background-color: #b4caf7
}

#header {
    width: 100%;
    height: 150px;
    float: left;
    clear: left;
}

#header .top {
  height: 300px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 15px 0 0 -25%;

}

#header .top .title img {
  border: 0;
}

#header .top .login {
  position: absolute;
  top: 0px;
  right: 7px;
}


#header .top .login .nickname {
  font-weight: bold;
}

#footernew {
  background-color: #23395f;
}

#header .bottom {
  clear: both;
  background-color: #23395f;
  padding: 3px;
  padding-left: 5px;
  padding-right: 7px;
  height: 1.5em;
}

#header .bottom .attribution {
  float: right;
  font-size: smaller;
  padding-top: 0px;
  padding-right: 4px;
}

#header .bottom .buttons .item {
  margin-right: 4px;
}

#footer {
  background-color: #23395f;
  margin-top: 4em;
}

a.button, input[type^="submit"], input[type^="button"] {
  margin: 0;
  padding: 2px 5px 2px 5px;
  font-family: Arial, Sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: #222;
  cursor: default;
  background: #ddd url("/static/images/button-background.gif") repeat-x 0 0;
  border: 1px solid #aaa;
}

a.button:hover, input[type^="submit"]:hover, input[type^="button"]:hover {
  border-color: #9cf #69e #69e #7af;
}
