h1 {
    padding-top: 50px;
    font-family: majesti banner;
}
nav {
    width: 750px;
    margin: 0 auto;
}
nav ul {
        height: 50px;
}
nav ul li {
    list-style-type: none;
    float:left;
    width: 150px;
    text-align: center;
    display: inline;
    font-family: majesti banner;
    font-weight: bold;
    font-size: 30px
}
nav a {
    display: inline-block;
    padding:0;
}
li a {
    text-decoration: none;
    color: black;
    line-height: 50px;
    display: block;
}
body{
    background: url("http://cdn.wallpapersafari.com/82/62/XIfisO.jpg") no-repeat center center fixed;
    background-size: 100% 100%;
    background-attachment: fixed
    background-repeat: no-repeat
}
pre{ 
    font-size: 15px;
    font-family: athelas;
}