/*gradient values in Artweaver ud & lr = 0, 50half, 100; center = 0, 32half,70,100;*/
.backgroundimage
{
z-index:-5;
position:absolute;
width:32px;
height:32px;
}

#up-left
{
z-index: -3;
left:-32px;
top:-32px;
background-image:url('bgc2.png');
background-position: left top;
}
#up
{
z-index: -4;
left:0px;
top:-33px;
width:100%;
background-image:url('bgud2.png');
background-position: top;
}
#up-right
{
z-index: -3;
right:-32px;
top:-32px;
background-image:url('bgc2.png');
background-position: right top;
}

#down-left
{
z-index: -3;
left:-32px;
bottom:-32px;
background-image:url('bgc2.png');
background-position: left bottom;
}
#down
{
z-index: -4;
left:0px;
bottom:-31px;
width:100%;
background-image:url('bgud2.png');
background-position: bottom;
}
#down-right
{
z-index: -3;
right:-32px;
bottom:-32px;
background-image:url('bgc2.png');
background-position: right bottom;
}

#left
{
z-index: -4;
left:-32px;
top:0px;
height:100%;
background-image:url('bglr2.png');
background-position: left;
}

#right
{
z-index: -4;
right:-32px;
top:0px;
height:100%;
background-image:url('bglr2.png');
background-position: right;
}

#center
{
left:0px;
top:-1px;
width:100%;
height:100%;
background-color: #404060;
}
