﻿
body
{
    font-family:Arial;
    font-size:12pt;
    background-color:#213473;
    color: #FFFFFF;
    /*Remove below line to make bgimage NOT fixed*/
    /*background-attachment:fixed;*/
    background-repeat: no-repeat;
    /*Use center center in place of 300 200 to center bg image*/
    background-position: center 135px;
    /*background-position: 4% 2%;*/
    /*background-position:left:4%;
    background-position:top:80px;*/
}

#thumbs
{
    
    text-align:center;
    /*margin-top:400px;*/
    /*float:right;*/
    }

div.maincontainer
{
    margin-left:4%;
    margin-right:4%;
    }

div.caption
{
    font-size:24pt;
    color:#FFFFFF;
    font-weight:bold;
    text-align:center;
    }
    
div.bootons
{
    text-align:center;
    }    
    
hr.thumbs
{
    margin-top:400px;
    }
    
div.description
{
    text-align:center;
    }
