#page{
     position: relative;
}

.totDisplayBackground{
     position: absolute;
     width: 100%;
     top: 0;
     background-repeat: no-repeat;
     overflow: visible;
     text-align: center;
}

.totDisplayBackground.right a{
     text-align: left;
}
.totDisplayBackground.left a{
     text-align: right;
}

.totDisplayBackground.right{
     right: 0;
     background-position: right top;
}

.totDisplayBackground.left{
     left: 0;
     background-position: left top;
}
