﻿html
{
    height: 100%;
    width: 100%;
}

body
{
    background-color: #326264;
    margin: 0px;
    height: 100%;
    width: 100%;
    min-height: 500px;
    min-width: 500px;
    position: relative;
}

#main-holder
{
    width: 483px;
    height: 474px;
    margin: 10% auto 0px auto;
    position: relative;
    text-align: center;
}

a img
{
    border: none;
}

#seal
{
 
}

