﻿body
{
    background-image: url('Images/tri.JPG');
    background-attachment: fixed;
    background-position: center center;
    background-repeat: repeat;
    font-family: Cambria Math;
}
.bgrnd
{
    /* The image used */
    background-image: url('Images/tri.jpg'); /* Full height */
    height: 100%; /* Center and scale the image nicely */
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    margin-bottom: 25px;
}
/*
.ftrfd
{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #0D4F89;
    color: white;
    text-align: center;
}
*/
