﻿*
{
  margin: 0px;
}
body
{
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff url('images/bg.jpg') no-repeat fixed center center;
  overflow: hidden;
}
form
{
  position: absolute;
  width: 100%;
  height: 100%;
}
a
{
  color: #117fd6;
  outline: none;
}
a:link, a:visited
{
  text-decoration: none;
}
a:hover
{
  text-decoration: underline;
}
.menu
{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: 184px;
  height: 15px;
  width: 180px;
  font-family: Helvetica, Arial, Sans-serif;
  font-size: 12px;
  color: #117fd6;
}
.contenitore
{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -130px;
  margin-left: -375px;
  height: 280px;
  width: 710px;
  padding: 20px; /* background-color: Red; */
}
.loader
{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 170px;
  margin-left: -365px;
  height: 16px;
  width: 16px;
}
.scrollabile
{
  width: 710px; /* width.contenitore */
  height: 260px; /* height.contenitore */
  overflow: auto; /* Font */
  font-family: Helvetica, Arial, Sans-serif;
  font-size: 12px;
  color: #777777;
}
.titolo1
{
  font-family: Helvetica, Arial, Sans-serif;
  font-size: 25px;
  color: #117fd6;
}
.titolo2
{
  font-family: Helvetica, Arial, Sans-serif;
  font-size: 20px;
  color: #117fd6;
}
.titolo3
{
  font-family: Helvetica, Arial, Sans-serif;
  font-size: 14px;
  color: #777777;
}
.immagine
{
  margin-left: 0px;
  margin-right: 20px;
  margin-bottom: 15px;
  border: 0px;
}
br#interruzione
{
  clear: left;
}
