html,body { min-height: 100%; margin: 0; padding: 0; }
body { font-family: Arial, sans-serif;  background: #FFFFFF url('images/bg.png') center no-repeat; background-size: cover; }

.content { width: 100%; height: auto; text-align: center; position: fixed; top: 50%; }
h1 { color:#028543; font:50px "Calibri", Arial, sans-serif; padding:0; margin:0; font-weight:bolder; } 
h2 { font:25px "Humnst777CnBTRegular", Arial, sans-serif; padding:0; margin:0; }

.txt { margin-top: 50px; } 
h3 { font:17px "Humnst777CnBTRegular", Arial, sans-serif; }

a.icone-1, a.icone-2 {
  width: 160px;
  height: 135px;
  display: inline-block;
  text-indent: -999px;
  overflow: hidden;
  border-radius: 20px;
}

a.icone-1:hover, a.icone-2:hover {
  opacity: 1;
}

a.icone-1 { background: #666666 url('images/iconeuro-01.png') left top no-repeat; }
a.icone-2 { background: #666666 url('images/iconeuro-02.png') left top no-repeat; }
