#content{}
#main{
text-align:center;
}
#adresblok{
    position: absolute;
    right:10px;
    bottom:10px;
    color: #808080;
}
html{
        font-family: courier;
        font-size: 12px;
}
h1{
    padding-top:25px;
    font-size: 28px;
}

body{
    background: url(../img/death_valley.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
}
a{
      color: #000000;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
