html,body
{
    background: url(./images/globe-small.jpg) black fixed top right no-repeat;
    color: rgb(172, 186, 189);
    /*color: white;*/

    margin:0px;
    padding:0px;
    height:100%;
    border:none;

    font-family: 'Lucida Grande';
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;

}
.page
{
}
a
{
    text-decoration: none;
    color: rgb(172, 186, 189);
}
.container
{
    width: 700px;
    /*margin: 1em 0em 0em 0em;
    padding: 1em 1em 2em 1em;*/
    position: relative;
    height: 100%;
}
.background
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    background: black;
    zoom: 1;
    filter:alpha(opacity=70); /* IE's opacity*/
    -moz-opacity:.7;
    opacity: .7;
    padding-right: 10px;
}
div.content
{
    text-align: left;
}
.navcontainer
{
    width: 700px;
}
h3
{
    color: white;
}