body {
    background-attachment: fixed;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/bg.jpg");
    background-origin: padding-box;
    background-position: 50% 0%;
    background-repeat: repeat;
    background-size: cover;
    color: white;
}

.topImage {
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
    width: 15%;
    height: 15%;
    margin-left: auto;
    margin-right: auto;
}

.faq {
    float:right;
    padding:10px;
}

.faq a {
    color:white;
}