/* CSS Document */

.mosaic{
position:absolute;
left:0;
top: 214px;
background-color: #000000;
width: 675px;
overflow: visible;
}

.mosaic .content{
position: relative;
background-color: #000000;
width: 665px;
left: 5px;
top:-10px;
z-index: 1;
float: left;
color: white;
}

.mosaic_top{
background-color: #000;
position:relative;
left:14px;
top:-10px;
width: 647px;
height: 5px;
z-index: 2;
}

.website #corner_lt{
position: absolute;
width: 14px;
height: 14px;
left: -14px;
background-image: url(../images/interface/corner_lt.gif);
}

.website #corner_rt{
position: absolute;
width: 14px;
height: 14px;
left: 647px;
background-image: url(../images/interface/corner_rt.gif);
}

.mosaic_bottom{
background-color: #000;
position:absolute;
top: 100%;
left:9px;
margin-top: 18px;
width: 647px;
height: 5px;
z-index: 2;
}

.website #corner_lb{
position: absolute;
width: 14px;
height: 14px;
left: -14px;
top: -9px;
background-image: url(../images/interface/corner_lb.gif);
}

.website #corner_rb{
position: absolute;
width: 14px;
height: 14px;
left: 647px;
top: -9px;
background-image: url(../images/interface/corner_rb.gif);
}

.mosaic_bottom2{
background-color: #000;
position:absolute;
top: 100%;
left:6px;
margin-top: 0px;
width: 665px;
height: 9px;
z-index: 0;
}
