html
{ height: 100%;
width: 100%}
*
{ margin: 0;
  padding: 0;}
body
{ font: normal 85% times ;
  background: #F0EFE2;
  color: #000;}
  
img
{ 
padding: 0px;
position: relative;
top: 40px;
right: 50px;
}
#h2{
position: absolute;
top: 240px;
left: 220px;
}

#logo
{ 
margin-left: auto;
  margin-right: auto;
  width: 1137px;
  position: relative;
  height: 79px;
  background: url(top4-en.jpg) no-repeat;
  border-bottom: 4px solid #FFD851;}
#content 
{ width: 1085px;
  height: 620px;
  overflow: hidden;
  text-align: left;
  margin: 0 auto 0 auto;
  padding: 55px 20px 80px 33px;
  background: #FFF url(content.png) no-repeat;
  color: #362C20;
  position:relative;
  border-bottom: 20px solid #67cdd2;
}
h6
{ color: #362C20;
  margin: 0 0;
  padding: 0 0 0 0;
}
h3
{ color: #362C20;
  text-decoration: overline;
}
.tile svg{
  float: left;
  padding: 60px;
  position: relative;
  top: 40px;
  left: 30px;

}
.tile :hover{
fill: #67cdd2;
text-color:black;
}
.descriptions{
position: absolute;
top: 240px;
left: 120px;
margin: -70px 0;
font: normal 140% times;
  
  }


A.class1 {color:#FFD851;}
A.class1:link  {text-decoration: none; color: #FFD851;}
A.class1:hover {text-decoration: none; color: orange;}

