#logo {
        position: absolute;
        width: 100%;
        height: 15%;
        top: 0px;
        right: 0px;
        bottom: 10%;
        left: 0px;
        z-index:2;
      }
#header {
        position: absolute;
        width: 80%;
        height: 20%;
        top: 10%;
        right: 0%;
        bottom: 35%;
        left: 10%;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        border-top-width: 0px;
        z-index:2;
      }
#sidebar {
        position: absolute;
        width: 20%;
        height: auto;
        top: 35%;
        bottom: 50px;
        left: 0px;
        direction:ltr;
        text-align:left;
        cursor: url("aa.cur"), auto;
        background-image: url("menu.png");
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: middle;
        z-index:1;
      }
#main {
        position: absolute;
        width: 80%;
        height: auto;
        top: 40%;
        bottom: 50px;
        left: 20%;
        right: 0px;
/*        overflow:auto;
        background-image: url("aaa.png");
        background-repeat: repeat;
        background-position: center; */
        z-index:6;
       }
#bgnd {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0%;
        bottom: 0px;
        left: 0%;
        right: 0px;
        background-image: url("bgnd.png");
        background-repeat: repeat;
        background-position: center;
        z-index:0;
       }
#content {
        position: absolute;
        width: auto;
        height: auto;
        top: 40%;
        right: 0px;
        bottom: auto;
        left: auto;
        overflow:auto;
        z-index:5;
       }
#footer {
        position: absolute;
        width: 100%;
        height: 50px;
        top: auto;
        bottom: 0px;
        z-index:3;
		}
body{
        cursor: url("aa.cur"), auto;
        vertical-align: middle;
      }
li{
        cursor: url("aa.cur"), auto;
        vertical-align: middle;
        background-color: transparent;
        color: white;
        font-size: 100%;
      }
ul{
        cursor: url("aa.cur"), auto;
        vertical-align: middle;
        margin-top: 50%;
        margin-bottom: 50%;
        margin-left: 15%;
        list-style-image: url(All_As_Logo_2.png);
      }
.mid{
        cursor: auto;
        vertical-align: bottom;
      }
.bigcell{
        height: 60%;
        background-color: transparent;
      }
h2{
        cursor: url("aa.cur"), auto;
        font-style: italic;
        font-family: courier;
        font-size: 16pt;
        color: #0066FF;
      }
h1{
        cursor: url("aa.cur"), auto;
        font-family: Times New Roman;
        font-size: 32pt;
        color: #0066FF;
      }
a{
        cursor: url("aa.cur"), auto;
        vertical-align: middle;
        text-decoration: none;
        color: white;
      }
a:hover{
        cursor: url("aa.cur"), auto;
        vertical-align: middle;
        text-decoration: none;
        color: purple;
        font-family: nimbus;
      }
