/**
 *   @warning do not modify this CSS or you may get axe in your head
 */
html, body
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    font-family: Tahoma;
    font-size: 11px;
    background: white;
}

body
{
    background: url('images/common/spacer.gif') no-repeat;
    background-attachment: fixed;
/*    -moz-user-select: none;*/
/*    -khtml-user-select: none;*/
    user-select: none;
}

table
{
    border-collapse:collapse;
    border-spacing:0;
}

table td
{
    padding:0px;
    margin:0px;
}

a img
{
    border:none;
}

h1
{
    padding: 0px;
    margin: 0px;
}

/* min-width on ie5-6 */
.width {
  width:100%;
  min-width:960px;
}

.page-content {
}

* html .minwidth {
  padding-left:960px;
}

* html .container {
  margin-left:-960px;
  position:relative;
  text-align: center;
}

* html .page-content {
  text-align: center;

}

/*\*/
* html .minwidth,
* html .container,
* html .page-content,
* html .layout {
  height:1px;
}
/**/