﻿body 
{
    background-image: url('http://www.plgh.com/Percy/Percy.jpg');
   background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #7c410e;
    color: #FFFFFF;
}

.container-fluid 
{
    max-width: 100%;
}
.img-thumbnail 
{
    background-color: transparent;
}
a:link
{
    color: #eed3cc; 
    text-decoration: none;
}
a:visited 
{
    color: #eed3cc;
    text-decoration: none;
}
a:hover
{
    color: #d19976;
    text-decoration: none;
}
a:active
{
    color:#eed3cc;
    text-decoration: none;
}

