/*For the body text so any text will default to this*/
.main {
    text-align: center;
    font-family: helvetica;
    background-image: url(/images/gaming3.jpg);
    background-attachment: fixed;
    font-size: 30px;
    color: whitesmoke;
    background-size: cover;
}

/*For the Welcome title*/
.title {
    font-family: Helvetica;
    font-size: 100px;
    font-weight: bold;
    text-align: center;
    color: white;
}


.container2 {
    text-align: center;
    font-family: helvetica;
    background-attachment: scroll;
    font-size: 30px;
    color: whitesmoke;
}

.footer {
    /*position: fixed;*/
    /*bottom: 2px;*/
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 30px;
    line-height: 30px; /* Vertically center the text there */
    font-size: small;
    color: whitesmoke;
}

p {
    color: whitesmoke;
    font-size: 35px;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-image: url(/images/gaming3.jpg);
    background-attachment: fixed;
    background-size: cover;
}

#container {
    min-height: 100%;
    position: relative;
}

#header {
    padding: 10px;
}

#body {
    /* Height of the footer */
    padding: 10px 10px 60px;
    text-align: center;
}

#footer {
    bottom: 0;
    width: 100%;
    height: 60px; /* Height of the footer */
}

#fixed {
    margin: 0 auto;
    width: 77%; /* you can use px, em or % */
    text-align: center;
}