/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28-gen-2017, 18.57.04
    Author     : DEDALO PROGETTI
*/

body {
    background-color:#ffffff;
    background-image: url(../images/targa.png);
    background-size: 800px auto;
    background-attachment:fixed;
    background-repeat:no-repeat;
    background-position: center; 
    overflow-y:scroll;
    }

h1 {    
    text-align: center;
    font-family: Verdana;
    font-weight: bold;
    font-size: 30px;
    margin-top: 40%;
    }        