/* ABSOLUTE POSITIONED ITEMS */

#titlebar {
position : absolute;
top : 21px;
left : 399px;
right: 0px;
width : 357px;
height : 78px;
border : 1px none #000000;
}

#menubar {
position : absolute;
top : 110px;
left : 21px;
right: 0px;
bottom: 0px;
border : 1px none #000000;
}

#backbar {
position : absolute;
background-color: #FFFFFF;
layer-background-color: #FFFFFF;
top : 165px;
left : 17px;
right: 0px;
width: 746px;
z-index: 2;
}




