div#home{
  /*width:100%;*/
  margin: -1em;
  background: #101010 url("../img/server.jpg") center center no-repeat;
  padding: 2em 1em 1em 1em;
  margin-bottom: 2em;
  border-bottom: 3px solid #2a2a2a;
}

div#intro{
  color:#fff;
  font-size:104%;
  padding-left:1em;
}

div#presentation_wrapper{
  width:46%;
  float:right;
}

div#presentation_wrapper p{
  text-align: left;
  width: 92%;
  display: block;
  color: #000;
  background: #eee;
  border: 1px solid #aaa;
  margin-top: 1.5em;
  padding: 1em 0.5em 1em 0.5em;
  height: 4em;
  border-radius: 7px;
  opacity:0.6;
  -moz-border-radius: 7px;
  filter:alpha(opacity=60);
}

div#presentation_wrapper img{
  margin-right: 0.75em;
  margin-left: 1.25em;
  margin-bottom: 0.25em;
  float:left; 
}

p.slide{
  display:none;
}


