body { 
    background-color: rgb(47, 79, 79);
    background-image: url(images/Black.png);
    background-size: 12%;
    background-repeat: repeat-x;
    background-image: 
        url(images/BackgroundTerminator.jpg), 
        url(images/Black.png);
    background-position: bottom right, left top;
    background-repeat: no-repeat, repeat-x;
    background-size: 200px, 90px;

    color: rgb(255, 255, 255);
}

.link {
    color: #ffffff
}

.TerminatorScene{
    height: 200px;
    margin-bottom: 5px;
}

#Arnold {
    margin-bottom: 5px;
}

.ArnoldPic{
    height: 150px;
    margin-bottom: 5px;
}

#Linda{
    margin-bottom: 5px;
}

.LindaPic{
    height: 150px;
    margin-bottom: 5px;
}
