body {
background: url(back2.png);
margin: 0px;
color: #975d00;
font-family: Verdana; 
}

table {
 border: 0px;
 width: 100%;
 height: 100%;
 padding:0;
 border-collapse: collapse;
}

.user, .item , .items, .allapp {
vertical-align: center;
text-align: center;
font-size: 11px;
}

.allapp {
height: 40px;
}
.allapp a{
background: url(home.png) left center no-repeat;
padding: 5 0 5 35px;
font-weight: bold;
font-size: 14px;
height: 50px;
}

.user {
height: 40px;
font-weight: bold;
font-size: 14px;
}

.constant {
height:200px;
}

.noscroll{
height: 100%;
width: 106px;
position: relative;
left: -10px;
}

.logoff {
font-weight: normal;
font-size: 10px;
}

.item a, .citem a , .logoff a, .allapp a {
cursor: pointer;
text-decoration: none;
color: #975d00;
}

.float {
height: 1%;
}

img {
border: 0px;
}

* html .png
{
  width: expression(this.firstChild.width);
  filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.firstChild.src+"', sizingMethod='image')");

  background: expression("transparent url("+this.firstChild.src.replace(".png", ".gif")+") no-repeat");
  backg/round: none !important;
}

* html .png img
{
  behavior: expression(this.style.visibility="hidden");
}

