* {
font-family: sans-serif;
}

body {
margin: 0;
padding: 0;
background-color: #000;
background-image: url("http://veteranrestaurering.com/bilder/bike.png");
background-attachment: fixed;
background-repeat: no-repeat;
background-position: bottom right;
}

h1 {
display: none;
}

p {
width: 560px;
margin-left: auto;
margin-right: auto;
text-align: justify;
color: #ddd;
}

p.header {
text-align: center;
margin: 3em auto 5em auto;
}

p.header img {
border: 0px solid #000;
}

p a {
color: #ddd;
}