@charset "utf-8";
/* png */
* html img,

* html .png{

position:relative;

behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

html, body {height: 100%;}

/* Resets everything */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, ul, li, form, label, img {margin:0px; padding:0px; border:0px; outline:0px; /*line-height:13px;*/}
*{margin:0px; padding:0px;}

/* remember to define focus styles! */
:focus {outline:0px;}

/* root level interface */
body {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#858484; width:100%;}

.holder {margin:0px auto; width:960px;}
.innerholder {float:left; width:960px;}

