body, html, table{
    margin: 0px;
    padding: 0px;
    scrollbar-width: 16px;
    image-rendering: pixelated;
}
@font-face {
    font-family: PlexFont;
    src:    url('../fonts/ibmreg.ttf')
}
body{
    background-image: url('../img/bgimg.gif');
    background-repeat: repeat;
}
#container {
    font-family: PlexFont;
}
#maint {
    position: absolute;
    border-collapse: collapse;
    width:100%;
    height:100%;
}
#maint, th, td {
    vertical-align:top;
    padding: 0px;
#maint td {
    padding: 0;
    margin: 0;
}
img {
    max-width:560px;
}
.nav {
    width: 176px;
    background-image: url('../img/bordersolid.gif');
    background-repeat: repeat-y;
}
.logo img{
    padding-top:16px;
}
.navborder{
    width: 0px;
    height: 100%;
    background-image: url('../img/border.png');
}
.mainstuffs{
    width:640px;
    text-align:center;
    margin:12px;
    padding: 0px;
    background-color:#F8F0C0;
    color:black;
    border: 1px solid #000;
}

li, ul {
    list-style: none;
}
