/* CSS Document */
body{
  margin: 0px;
  background-color: #FFFFFF;
}

body * {
  font-family: Tahoma, Geneva, Verdana, sans-serif;
  font-size: 8pt;
}

#bg{
  position: absolute;
  background: url(leaves.jpg) no-repeat 160px 20%;
  width: 100%;
  height: 100%;
}

#content{
  position: relative;
  width: 100%;
  height: 180px;
  top: 40%;
}

#logo_td{
  background: url(logo.gif) no-repeat right bottom;
  border-right: 1px #FFFFFF dotted;
  border-top: 1px #FFFFFF dotted;
}

#slogan {
  font-size: 16px;
  color: #DDDDDD;
  text-align: right;
  padding-right: 30px;
}

.greenEcocert {
  font-size: 20px;
  color:rgb(80,117,1);
  text-decoration: none;
}

.subtitle {
  font-weight: bold;
  font-size:14px;
  color: #FFFFFF;
}

#cell1{
  background: rgb(202,219,42);
  border-right: 1px white dotted;
  filter : alpha(opacity=80);
  opacity : 0.8;
  width:520px;
  color: rgb(80,117,1);
  font-size: 11pt;
  text-align: right;
  padding-right: 15px;
  line-height: 20pt;
}

#cell2{
  background: rgb(184,206,82);
  text-align: right;
  padding-right: 30px;
  line-height: 16px;
}

#cell3{
  background: rgb(184,206,82);
  text-align: right;
  padding-right: 30px;
  line-height: 16px;
}

#textDiv{
  text-align:center;
  font-size: 10pt;
  font-weight: bold;
  color: #666666;
  margin-top: 20px;
}

#footer{
  margin-top: 20px;
  color: #BBBBBB;
  font-size: 12px;
}

#footer a{
  text-decoration: none;
  color: #BBBBBB;
  font-size: 12px;
}

#footer a:hover{
  text-decoration: none;
  color: #888888;
  font-size: 12px;
}

#skype_callbutton{
  background: rgb(80,117,1);
  padding:3px;
  border-radius: 5px;
  margin-left:10px;
  margin-right:10px;
  margin-top: 5px;
}