body {
 background:#222;
 color:#ddd;
 font:0.8em "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif; 
 font-weight:normal
}

a {
color:#ddd;
outline:none;
text-decoration:none
}

a:hover {color:#fff;}

h1{
 color: #fed;
 text-align:center;
 font-size:2em;
}

h2{
 text-align:center;
 font-size:1.5em;
}

#demo {
 width:800px;	
 margin:0 auto;
}

#testo {
 border: solid 10px #ddd;
 position: relative;
 height: 450px;
 width: 800px;
 overflow: auto;
 color: #fff;
 background-color: #000;
 padding: 5px;
 text-align:justify; 
 scrollbar-3dlight-color:#222;
 scrollbar-arrow-color:#FFF;
 scrollbar-base-color:#000;
 scrollbar-darkshadow-color:#222;
 scrollbar-face-color:#333;
 scrollbar-highlight-color:#000;
 scrollbar-shadow-color:#000;
 
}

#foto {
  float:left;
  position: relative;
}

#foto img{
  border:solid 3px #fff;
  width: 200px;
  margin: 5px;  
}

#video {
 display: inline; 
 margin: 5px;
}

#video-box{
 text-align: left;
 padding: 5px;
 float: left; 
 position: relative;
 margin: 5px;
 width:150px;
 height:150px;
}

#video-box img{
 border: solid 3px #fff;
}

.guestbook{
 color: #cccffc;
}