﻿     body
        {
            background-image: url('../images/489_26_green-background.gif');
            height: 100%;
            width: 100%;
        }
        
        .Container
        {
            width: auto;
            height: auto;
            text-align: center;
        }
        .centered
        {
            width: 240px;
            height: 400px;
            border: darkgreen solid thin;
            position: absolute;
            display: block;
            background-color: white;
        }
        .imageLogo
        {
            width: auto;
            height: 100px;
            margin-bottom: 40px;
            margin-top: 8px;
        }
