﻿htoml, body {
    margin:0;
    padding:0;
    height:100%;
    font-family:"PT Sans", Helvetica, Arial, sans-serif;
}


.main-wrapper 
{
    box-sizing: border-box;
    min-height: 100%;
    padding: 0 0 125px;
}

.main-footer
{
    background:url('image/footer_background.png') center top repeat;
    text-align:left;
    padding:30px 0 60px;
    color:#fff;
}

.footer-address
{
    float:left;
    text-align:left;
    width:50%;
}

.footer-address span
{
    display:block;
}

.footer-copyright
{
    float:right;
    text-align:right;
    width:50%;
}

.bottom-footer-logo
{
    margin-bottom:10px;
    width:300px;
    max-width:100%;
    height:auto;
}

.bottom-footer-logo a
{
    max-width:100%;
}

.bottom-footer-logo img
{
    max-width:100%;
    height:auto;
}

.main-footer-top
{
    border-bottom:#676767 1px solid;
    margin-bottom:10px;
}

.account-header-middle h1, .account-header-middle h2
{
    font-weight:normal;
}

.account-header-middle h1
{
    font-size:4em;
}

.account-header
{
    position:relative;
    min-height:90px;
    padding:15px;
    border-bottom:0.5px solid #676767;
}

.account-header-logo
{
    position:absolute;
    top:0;
    left:0;
    padding:15px;
}

.account-header-logo a img
{
    width:300px;
}

.account-header-middle
{
    padding-top:30px;
    text-align:center;
}

.account-header-middle h1, .account-header-middle h2, .account-header-middle h3, .account-header-middle h4
{
    margin-top:0;
    margin-bottom:10px;
}

.content-inner
{
    padding-top:30px;
    padding-bottom:30px;
}
