html, body
{
background-image: url(images/hg_index.png);
background-size: 100%;
background-attachment: fixed;
margin: 0px;
font-size: 20px;
font-family: Arial;
text-align: left;
width: 100%;
height: 100%;
padding-left: 20px;
padding-top: 20px;

}

h1{
    font-size: 50px;
}


a{
text-decoration: none;
color: #000000;

}
