body {
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  overflow: hidden;
}

@font-face {
  font-family: myOratorFont;
  src: url("font/OratorStd.otf");
}

div.container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
}

div.header,
div.footer {
  line-height: 10px;
  color: black;
  text-align: center;
  font-size: 25px;
  display: block;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-family: myOratorFont;
}

div.header {
  padding-top: 15px;
}

div.footer {
  padding-top: 25px;
}

#titolo {
  font-size: 80px;
}

div.content {
  border: 1px solid #e5e5e5;
  border-radius: 25px;
  -moz-border-radius: 25px; /* Firefox 3.6 and earlier */
  box-sizing: border-box;
  -moz-box-sizing: border-box; /* Firefox */
  -webkit-box-sizing: border-box; /* Safari */
  -moz-box-shadow: 10px 10px 5px black; /* Firefox 3.6 and earlier */
  box-shadow: 10px 10px 5px black;
  background-color: black;
  width: 1000px;
  height: 450px;

  /* Firefox */
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  -moz-box-align: center;

  /* Safari and Chrome */
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;

  /* W3C */
  display: box;
  box-orient: horizontal;
  box-pack: center;
  box-align: center;
}

a:link,
a:visited {
  text-decoration: none;
  color: gray;
}

a:hover {
  color: #404040;
  font-weight: bold;
}

#bubblemenu {
  margin-left: -40px;
}

#bubblemenu li {
  display: block;
  cursor: pointer;
  color: black;
}

#bubblemenu li > div {
  width: 200px;
  padding: 5px 10px;
  position: absolute;
  display: none;
  visibility: hidden;
  opacity: 0;
  background: #ffffff;

  /* Setting the border-radius property for all Browsers */
  -moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari and Chrome */
  border-radius: 5px; /* Browsers that Support it like Opera */

  /* Setting the box-shadow property for all Browsers */
  -moz-box-shadow: 0 0 8px gray; /* Firefox */
  -webkit-box-shadow: 0 0 8px gray; /* Safari and Chrome */
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#272229', Direction=135, Strength=3); /* IE */
  box-shadow: 0 0 8px gray; /* Browsers that Support it like Opera */

  /* Setting the transition property for all Browsers */
  -moz-transition: all 0.5s ease-in-out; /* Firefox */
  -webkit-transition: all 0.5s ease-in-out; /* Safari and Chrome */
  -o-transition: all 0.5s ease-in-out; /* Opera */
  transition: all 0.5s ease-in-out; /* Browsers that Support it */
}

#bubblemenu li:hover > div {
  visibility: visible;
  display: block;
  opacity: 1;
  margin-top: 5px;
  margin-left: 390px;
  font-size: 16px;
  /* Setting the transition property for all Browsers */
  -moz-transition: all 0.5s ease-in-out; /* Firefox */
  -webkit-transition: all 0.5s ease-in-out; /* Safari and Chrome */
  -o-transition: all 0.5s ease-in-out; /* Opera */
  transition: all 0.5s ease-in-out; /* Browsers that Support it */
}

#nome {
  font-size: 20px;
  word-spacing: -10px;
}

.dix {
  font-size: 12px;
}
