div, p, a, h1, h2, h3, h4 {
  padding: 0;
  margin: 0;
}
body {
  background-image: url(img/body-bkg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #048;
  font-family: corbel,verdana,arial,helvetica,sans-serif;
  font-size: 13px;
  font-size-adjust: 0.458;
}
a {
  color: #048;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #e08;
}
.cleaner {
  clear: both;
}
/***** LAYOUT *******************************/
#holder {
  width: 750px;
  height: 610px;
  border: 0px solid;
  margin: 0 auto;
}
#user {
  float: left;
  font-size: 11px;
}
#lang {
  text-align: right;
  font-size: 11px;
  float: right;
}
#lang a {
  text-transform: uppercase;
  font-size: 11px;
}
#lang a.selected {
  color: #e08;
}

#logo {
  margin: 15px 0 0; 
  height: 115px;
  text-align: center;
}
#logotext {
  height: 50px;
  text-align: center;
  font-size: .9em;
}
#logotext h1 {
  font-size: .9em;
  margin-bottom: 0;
}
#welcome {
  text-align: center;
  height: 60px;
}
#footer {
  border-top: 1px solid #048;
  text-align: center;
  font-size: .9em;
  padding: 10px 0 0;
  width: 250px;
  margin: 0 auto;
}
#footer img {
  margin: 10px 0 0;
}

/***** MAIN *************************/
#main {
  min-height: 270px;
  text-align: center;
}
#left {
  float: left;
  width: 370px;
}
#right {
  float: right;
  width: 370px;
}
.box {
  text-align: left;
  padding: 10px;
  margin-bottom: 10px;
  display: block;
}
.box a {
  color: #e08;
  font-weight: bold;
  font-size: 14px;
}
.box p a {
  color: #e08;
  font-weight: normal;
  font-size: 11px;
}
.box .datum {
  color: #333;
}