
html,body {
  margin: 0;
  padding: 0;
  height: 100%; }

body {
  font-family: Verdana, sans-serif;
  font-size: 76%;
  text-align: center; }

div#container {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  position: relative;
  height: 100%;
  background-color: #FFF; }

body>div#container {
  height: auto;
  min-height: 100%; }

div#content {
  background-image: url("it/immagini/stella-splash.jpg");
  background-repeat: no-repeat;
  background-position: center;
  height: 330px; }

div#footer {
  height: 47px;
  background-color: black;
  margin-top: -80px;
  padding-top: 5px; }

div#footer2 {
  background-color: #f90;
  padding: 0; }

div#footer3 {
  height: 20px;
  background-color: #000;
  color: #fff;
  padding-top: 2px; }

#footer3 a {
  color: #f90;
  text-decoration: none; }

#footer3 a:hover {
  color: #e20a16; }

div#footer4 {
  margin-top: 1em; }

#footer4 a {
  text-decoration: none;
  color: #e20a16; }

#footer4 a:hover {
  color: #000; }
a:hover{
	color: red;
}
#pro {
  margin-top: 3px; }
