*{
  padding: 0;
  margin: 0;
  font-family: Georgia;
}

a img{
  border: 0;
}

h1{
  color: #E8DFC7;
  font-size: 60px;
  margin-top: 40px;
  text-shadow: 2px 5px 5px #000;
  margin-left: 40px;
}

h2{
  color: #E8DFC7;
  font-size: 32px;
  text-shadow: 2px 5px 5px #000;
  font-style: italic;
  margin-left: 40px;
}

div#content{
  position: absolute;
  left: 40px;
  top: 300px;
}


div#transparent-box{
  background-image:url("../images/layout/transparent-pixel.png");
  overflow: hidden;
  clear: both;
  padding: 20px;

}


ul#languages{
  overflow: hidden;
}

ul#languages li{
  display: block;
  float: left;
  height: 100%;
  margin-right: 30px;
}

ul#languages li a{
  text-decoration: none;
  position: relative;
  display: block;
  height: 100%;
  text-shadow: 2px 5px 5px #000;
  color: white;
  font-size: 40px;  
  text-transform: uppercase;
}

ul#languages li a:hover{
  color: #960400;
}

div#val-gardena

{
position:absolute;
bottom: 0;
right: 0;
color: white;
font-size: 12px;
font-family: Arial;
text-decoration: none;
background-color: #252525;
padding: 2px;
padding-left: 4px;

}


div#val-gardena a

{

color: white;
font-size: 12px;
font-family: Arial;
text-decoration: none;

}