body {
    margin: 30px;
    margin-bottom: 100px;
    background-color: #000;
    font-size: 120%;
    font-family: sans-serif;
    background-image: url(image/background.png);
    background-attachment: fixed;
}

body,
a {
    color: rgb(222,250,252);
}

.startPage {
    margin-top: 100px;
    text-align: center;
}

h2 {
    margin-top: 100px;
}

ul.credits {
    font-size: 80%;
}

ul.credits li {
    display: inline;
}

.content {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
}

.screenshots {
    margin-top: 100px;
}

.screenshots img {
    border: 2px solid black;
}

p#areaMessage {
    font-size: 150%;
    font-weight: bold;
    text-transform: uppercase;
}

.videoTutorialPart {
    margin-bottom: 280px;
}

.quotes {
    margin-top: 100px;
    margin-bottom: 150px;
}

.quotes em {
    font-size: 90%;
    opacity: 0.7;
}

.quotes p {
    text-align: justify;
}

.footerLinkList {
    margin-bottom: 70px;
}