html {
    width: 100%;
    height: 100%;
}

body {
    margin:0;
    padding:0;
    width: 100%;
    height: 100%;
    font-family: arial, verdana, sans-serif;
    background-color: #e3f4fb;
}

* html, * body {
    width: 100%;
    height: 100%;
}

h2 {
    margin-bottom: 0px;
    text-align: center;
}

#logo {
    padding-top: 20px;
    margin-left: 20px;
}

#head {
    margin-top: -130px;
    margin-left: 220px;
    background: #e3f4fb;
    white-space: nowrap;
}

#title {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 170%;
}

#canvas {
    position: absolute;
    top: 170px;
    bottom: 0px;
    left: 180px;
    right: 0px;
    min-width: 900px;
    min-height: 360px;
    overflow: auto;
    background-image: url(bg-600x300.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: right bottom;
    background-color: #fffbff;
}

#content {
    margin: 10 20 20 20;
}

#hmenu {
    position: absolute;
    margin-top: 30px;
    margin-left: 180px;
    font-size:93%;
    width: 710px;
}

#hmenu a:visited, #hmenu a {
    display: block;
    float: left;
    width: 130px;
    margin-left: 40px;
    border: 3px solid #00aaef;
    line-height:21px;
    text-align: center;
    font-weight: bold;
    font-size: 85%;
    background: #b5e7ef;
    text-decoration:none;
    color: black;
}

#hmenu a:hover {
    color: #FFF;
    background: #84d7ef;
}

#vmenu {
    margin-top: 160px;
    margin-left: 20px;
    font-size:93%;
}

#vmenu a:visited, #vmenu a {
    display: block;
    width: 130px;
    margin-bottom: 40px;
    border: 3px solid #00aaef;
    line-height:21px;
    text-align: center;
    font-weight: bold;
    font-size: 85%;
    background: #b5e7ef;
    text-decoration:none;
    color: black;
}

#vmenu a:hover {
    color: #FFF;
    background: #84d7ef;
}

#welcome {
    margin: 60 0 0 0;
}


