html, body, #container {
min-height: 100%; /* Not supported by IE 5/6, but required for Firefox/Opera */
width: 100%;
height: 100%;
}
html>body, html>body #container {
height: auto;
}
body {
margin: 0;
padding: 0;
}
#container {
position: absolute;
top: 0;
left: 0;
background-color: #b1eede;
}
#main {
margin-bottom: 150px;
height: auto;
}
#header {
width: 100%;
height: 113px;
white-space: nowrap;
}
#tab {
width: 100%;
overflow: auto;
}
#footer {
position: absolute;
bottom: 0;
width: 100%;
height: 103px;
}
a:link {
color: #006633;
font-weight: bold;
text-decoration: none;
}
a:visited {
text-decoration: none;
font-weight: bold;
color: #006633;
}
a:hover {
text-decoration: underline;
font-weight: bold;
color: #006633;
}
a:active {
text-decoration: none;
font-weight: bold;
color: #006633;
}
.span {
background-repeat: repeat-x;
}
.textfill {
padding: 7px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #006633;
}
.big {
font-size: 12px;
font-weight: bold;
text-align: center;
}