



body {
display: block;
background-color: #fff;
font-size: 2.5em;
font-weight: normal;
margin: 200px 100px 40px;
font-family:"Roboto Condensed",Helvetica Neue,Arial,Lucida,sans-serif;
color:#D5D6D4;
background: url(austria.jpg) no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center;
background-attachment:fixed;
width: 100%;
min-height:100%;
}
