body{
  font-family: Verdana,Arial,sans-serif; font-size: 0.8em;
  color: #888;
  background-color: #fff;
  margin: 0px;
  padding: 0px;
}
h1 {
    color: #CCC;
    font-size: 50px;
    text-align: center;
}
img{
  border: none;
}
a{
  text-decoration: none;
  color: #888;
}
a:hover{
  color: #e00 !important;
}
#header{
  width: 100%;
  height: 48px;
  padding: 0px;
  margin: 0px;
}
#pw_logo{
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 2px;
  left: 10px;
}

#language{
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 2px;
  right: 10px;
}

#pw_menu{
  list-style-type: none;
  color: #AAA;
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: 240px;
  top: 20px;
  font-weight: bold;
}
#pw_menu a{ color: #AAA; }

#pw_menu li{ display: inline;}

#pw_footer{
  margin-top: 36px;
  background-color: #CCC;
  color: #FFF;
  font-weight: bold;
  padding: 10px 0px;
  text-align: center;
}
#pw_footer a {
  color: #FFF;
}
#new_user_session{
  text-align: center;
}