﻿*
{
    margin: 0;
}
@font-face {
    font-family:'Zawgyi-One';
    src:local('Zawgyi-One'), url('UserControlNew/font/zawgyi.woff') format('woff'), url('UserControlNew/font/zawgyi.ttf') format('ttf');
    font-weight: normal; 
    font-style: normal; 
}

html, body
{
    height: 100%;
    font-family: 'Arial, Helvetica, sans-serif, Zawgyi-One';
}
.wrapper
{
    min-height: 100%;
    height: auto !important;
    height: 100%; /* the bottom margin is the negative value of the footer's height */
    background: url(../images/wrapperbg.gif) repeat-y;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: -16px;
    margin-left: auto;
}
.footer, .push
{
    height: 16px;
}
