body
{
    /* background: #000030 url(http://www.thievery.org/img/headerbg.jpg) repeat fixed; */
    background: #103e70;
}

#thieverytext
{
    font-size: 40px;
}

#thieverycontainer
{
    position: relative;
    left:0px;
    top: -60px;
}

#thieveryimgframe
{
/*    bottom: 15%; for gasmask.gif */
    z-index: 2;
}

#thieverytextframe
{
    position: absolute;
/*    bottom: 12%; for gasmask.gif */
/*    left: 15%;  for gasmask.gif */
    left: 300px;
    top: 600px;
    z-index: 1;
}

#thieverytext
{
    white-space: nowrap;
}

#thieverytext a
{
    border: solid 4px #002233;
    padding: 5px 10px;
    text-decoration: none;
    zoom: 1;
    background: #103e70 url(http://www.thievery.org/img/headerbg.jpg) repeat fixed;
}

#thieverytext a:link, #thieverytext a:visited
{
    color: #001133;
}

#thieverytext a:hover
{
    border: solid 4px #224466;
    background-color: transparent;
    color: #040810;
}

#thieveryimg
{
    border:none;
}

#thieveryimgframe a:hover
{
    background-color: transparent;
    border: none;
}

