body{
    padding: 0px;
    margin: 0px;
    background-color: #FFFFFF;
    text-align: center;
    font-size: 8px;
    color: #1A1A1A;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#background{
    width: 100%;
    height: 100%;
    line-height: 100%;
    font-size: 100%;
    position: fixed;
    display:table-cell;
    vertical-align: middle;
}

#background img{
    width: 100%;
    margin: auto auto;
    display: inline;
    vertical-align: baseline;
}

#container{
    width: 654px;
    height: 500px;
    position: absolute;
    left: 50%;
    margin-left: -327px;
    top: 50%;
    margin-top: -250px;
    /*
    background-image: url(../images/homepage_2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    */
}

.toolbar{
    line-height: 8px;
    position: absolute;
    left: 318px;
    bottom: 23px;
}

a:link, a:visited{
    color: #1A1A1A;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}
