body 
{
overflow: hidden;
background-color: black;
background-image: 
url('../images/background0.jpg');
background-repeat: 
no-repeat;
background-attachment: 
fixed;
background-position: 50% -150px;
}

h1 {color: #ffffff}
h2 {color: #ffffff}

p
{
text-align: center;
color: #ffffff;
}

a:link {color: #ffffff}
a:visited {color: #ccccff}
a:hover {color: #eeeeff}
a:active {color: #aaaaff}