
body {
  margin: 0px;
  text-align: center;
}

#plexBar {
  position: relative;
  width: 100%;
	margin: 0px auto;
	text-align: left;
}

#plexDiv {
  height: 300px;
  background:#000;
  background-image: url(res/images/backGrad.gif);
	background-repeat: repeat-x;
  border:0px solid #000;
}

#mainPage {
}

#contentContainer {
  position: absolute;
  width: 100%;
  height: 100%;
}

#content {
  width: 100%;
  height: 100%;
  margin: auto;
}

#contentFrame {
  border: 0px;
  width: 100%;
  height: 100%;
}

#autoHideDiv {
  visibility: hidden;
}

.plexContainer {
  position: relative;
  height: 100%;
}
