/* ---------------- Viewport Positioning and Hacks - Index --------------- */
html, body {
    min-height: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    }
body {
    margin: 0px;
    background-color: #33363F;
    }
html>body #wrapper {
    height: auto;
    }
#wrapper {
    position: relative;
    min-height: 100%;
    height: 100%;
    width: 100%;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    z-index: 0;
    background-image: url(../images/layout/tile_x.jpg);
    background-position: top;
    background-repeat: repeat-x;
    }
#shell {
    position: relative;
    height: 200px;
    width: 700px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    }
#content {
    top: 0px;
    left: 0px;
    height: auto;
    width: 700px;
    margin: 0px;
    padding: 0px;
    }
.pushdown { /* control height with inline style */
    width: 1px;
    }
/* ------------------------ Links ----------------------- */
a.link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #888;
    text-decoration: none;
    margin: 4px;
    }
a.link:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #D2E0E7;
    text-decoration: none;
    margin: 4px;
  }
/* ------------------------ Text ----------------------- */
.text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #999;
    text-decoration: none;
    margin: 4px;
    }
