*{
    margin:0;
    padding:0;
}

html{
    height:100%;
}

body{
    height:100%;
	background-image: url(images/haikei.gif);
	background-attachment: fixed;
}

body,td,th {
	color: #FFFFFF;
}

.fs8
{
  font-size:8pt;
}

* html div#container{
    height:100%;
}
div#container{
    width: 100%;
    margin:0px auto;
    position:relative;
    min-height: 100%;
}
body > #container {
        height: auto;
}
div#main{
    padding-bottom:35px;
}
#foot{
    position:absolute;
    bottom:0px;
    height:35px;
    width:100%;
}
