﻿* 
{
    margin: 0;
    border: 0;
    padding: 0;
}

html
{
    min-height: 100%;
}

body
{
    font-family: Lao UI, Calibri, Tahoma;
    font-size: 12px;
    
}



#end
{
    background: url("../images/end_bg.png") repeat-x;
    width: 100%;
    /* top: 10px; */
    position: fixed;
    padding: 15px 0px 0px 0px;
    color: #666666;
    bottom: 0px;
}

#end a:link, #end a:active, #end a:visited
{
    color: #666666;
    text-decoration: none;
}

#end a:hover
{
    color: #999999;
    text-decoration: underline;
}