body {
  background-image: url('../images/bg_body.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  color: #000;
  font-family: "trebuchet ms",Helvetica,Arial,sans-serif;
  font-size: 13px;
 line-height: 1.3em;
 margin: 0px;
  padding: 0px;
}

a:link, a:hover, a:visited {
  color: #005F36;
}

a:link, a:visited {
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
}

#content {
  position: absolute;
  left: 447px;
  top: 64px;
  width: 400px;
}

#content img {
  border: 0px;
}

#logo {
  margin: 0 auto 24px auto;
  width: 150px;
}

.language {
  border: #CCC 1px solid;
  color: #555;
  float: left;
  height: 96px;
  margin-bottom: 16px;
  margin-right: 16px;
  padding: 10px;
  width: 160px;
}
  
.language a {
 display: block;
 text-align: center;
}
  
.language img {
  border: 0px;
}

.language p.small {
  margin: 0px;
  padding-top: 6px;
}

.language h2 {
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
}

.alignCenter {
  text-align: center;
}

.clear {
  clear: both;
}

.floatRight {
  float: right;
}

.grey {
  color: #555;
}

small, .small {
  font-size: 90%;
}