/* for GuitarViz */
@charset "UTF-8";

#panel {
  position: relative;
  top: 20px;
  width:  320px;
  height: 1050px;
  margin: auto;
  border: 1px solid #000000;
  background-color:#FFFFFF;
  font: 12px Verdana, sans-serif;
}

#panelTitle {
  width: 100%;
  height: 30px;
  background-color: #555555;
  color: white;
  font: bold 18px Arial, sans-serif;
  text-align: center;
}

p {
  margin: 15px;
}

#foto {
  width: 25%;
  margin: 10px;
  float: left;
}