html,body {
  border:0px;
  margin:0px;
  padding:0px;
  height:100%;

  background-image:url(../site_images/bckrnd_repeat.png);
  background-repeat:repeat-x;

  background-color:#EBEBEB; /* gray */

  /*scrollbar-base-color:#111; /* IE specific */
}
div { /* REMOVE in FINAL */
  border:0px solid black;
}
/* Main Area  */
#main {
  border:0px;
  margin:0px;
  padding:0px;

  clear:right;
}
.center {
  background-color:white; /*GENERATED FROM COOKIE*/
}
#center {
  background-image:url(../site_images/default_cubes.png);
  background-position:-3px 23px;

  position:relative;
  width:1125px;
  min-width:1125px;
  height:624px;
  min-height:624px;
}

/* Main Navigation */
#mainNav {
  text-align: left;
  left:0px;
  min-width:242px;
  width:242px;
  height:624px;
  min-height:624px;

  float:left;
  /*position:;*/
  line-height:0px;
}
#mainNav img {
  width: 242px;
  border: 0px none;
}

/* hide irruglarties - dots by menus */
a:link {color:transparent} /* unvisited link */
a:visited {color:transparent} /* visited link */
a:hover {color:transparent} /* mouse over link */
a:active {color:transparent} /* selected link */