/* table */
.td01 {
	height: 500px;
	width: 100px;
}
.tdnav01 {
	background-color: #FFFFFF;
	width: 100px;
}
.tdnav02 {
	background-color: #6699CC;
	width: 550px;
}
.tdnav03 {
	background-color: #9999CC;
	width: 200px;
}
.table01 {
	width: 898px;
}



html{
    height:100%;
}
body{
    height:100%;
}
div#container{
    width: 80%;
    margin:0px auto;
    position:relative;
    height: 100%;
    min-height: 100%;
}
body#container {
        height: auto;
}
div#main{
    padding-bottom:30px;
}
div#foot{
    position:absolute;
    bottom:0px;
    height:30px;
    width:100%;
}
