﻿/* Sticky footer by Ryan Fait  http://ryanfait.com */

* 
{
    margin:0;
}

html
{
    height: 100%;
    
    }

body 
{
    height: 100%;
    text-align: center;
    background-image: url("../images/bgbody.png");
    background-position: top;
    background-repeat: repeat-x;
    background-color: #A3AAA1;
}

body 
{
    height: 100%;
    text-align: -moz-center;
}

.wrapper 
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -130px;
    width: 1000px;
    background-color: #ffffff;
}

.push
{
    height: 130px;
}

.footer
{
    height: 130px;
    background-image: url(../Images/bgFooter.png);
    background-position:bottom;
    margin:  0 auto -130px;
    background-repeat: repeat-x;
    width: 1000px;
}

.header
{
    background-color: #010517;
    height: 214px;
    width: 1000px;
}

.separator
{
    height: 10px;
    background-color: #726D67;
}

.whiteSeparatorWithBorders
{
    height: 5px;
    width: 1000px;
    background-color: #ffffff;
}

.content
{
    height:100%;
    background-color: #ffffff;
    width: 1000px;
}

#maincontainer
{
    background:url(../images/bgContainer.png) repeat-y;
    width:1000px !important;
    margin:0 auto;
    padding-left:8px;
    padding-right:8px;
    border-width: 0px;
}
