body {
    background-color : #2e1e0e;
    background-image : url('pyramids.png');
    background-position : bottom right;
    background-repeat : no-repeat;
    height : 100%;
    font-size : 16px;
  }


#main {
    background-color : #ffffff;
    width : 550px;
    position:relative;
  }


p {
    font-family : Arial, 'sans-serif';
    font-size : 16px;
    margin-top : 0px;
    padding-bottom : 20px;
    padding-left : 20px;
    padding-right : 20px;
    padding-top : 20px;
    text-align : left;
  }


#links {
    background-color : #c5ab6e;
    font-size : 16px;
    padding-bottom : 5px;
    padding-top : 5px;
    text-align : center;
    width : 550px;
    word-spacing : 15px;
  }


a.menu:link {
    color : #3d2a00;
    font-variant : small-caps;
    font-weight : bold;
    text-decoration : none;
  }

a.menu:active {
    color : #3d2a00;
    font-variant : small-caps;
    font-weight : bold;
    text-decoration : none;
  }

a.menu:visited {
    color : #3d2a00;
    font-variant : small-caps;
    font-weight : bold;
    text-decoration : none;
  }

a.menu:hover {
    border-bottom-color : #FFFFFF;
    border-bottom-style : dashed;
    border-bottom-width : 2px;
    color : #FFFFFF;
  }

p.ticker {
    font-size : 12px;
    text-align : center;
  }

textarea {
    font-size : 12px;
  }
