﻿*
{
    margin: 0px;
    padding: 0px;
}
 
a
{
    text-decoration: none;
}
 
html
{
    height: 100%;
}
 
body
{
    font-size: 16px;
    background: #ffffff;
    margin: 0px;
    text-align: center;
    height: 100%;
    line-height:20px;
    background-image:url(../img/bgimg_new.jpg);
    background-repeat:repeat;
} 

#container
{
    align: center;
    margin: 0px auto -30px auto;
    padding: 0px 10px 0px 10px;
    position:relative;;
    text-align:center;
    border-top: none;
    border-bottom: none;
    background: #ffffff;
    width: 784px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
 
#main
{
    margin: 0px auto 0px auto;
    padding: 0px;
    padding-bottom:30px;
    position:relative;
    clear: both;
    text-align: left;
    border: none;
    height: auto !important;
    height: 100%;
    background: #ffffff;
}
 
#container #footer-space
{
    height: 30px;
}
 
#foot
{
    position: absolute;
    bottom: 0px;
    margin: 0px auto 0px auto;
    padding: 0px;
    color: #666666;
    text-align: center;
    font-size: 12px;
    border-top: 1px solid #999999;
    background: #ffffff;
    width: 784px;
    height: 29px;
/*
    height is related to the following.
    #container (margin -30px and min-height and height)
    #footer-space
    html (height)
    body (height)
 
    --- etc ---
    border-top in #foot is 1px.
    Therefore I subtract 30 - 1 = 29px.
*/
}
 
#topmenu
{
    height: 48px;
    width: 784px;
    /* background: #FFFF00; */
    background-image: url("./img/naviback.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0px auto 0px auto;
    text-align: center;
}

#followbar {
	position: relative;
}
#btn-bd {
	margin-left: 10px;
	top: 44px;
	position: absolute;
	z-index: 20;
}

.tbladop { border-collapse: collapse; }

.tbladop TD { border-width : 1px;
     border-style : solid;
     border-color : #000000;
     padding : 2px;
}
