
body {
  margin: 0px;
  text-align: center;
}

#plexBar {
  position: relative;
  width: 780px;
	margin: 0px auto;
	text-align: left;
}

#plexDiv {
  height: 167px;
  background:#008;
	background-image: url(wallpaper/wallpaper1.jpg);
  border:0px solid #000;
}

#mainPage {
/*
	background-image: url(backGrad.gif);
*/
}

#contentContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
}

#content {
  width: 100%;
  height: 100%;
}

#contentFrame {
  border: 0px;
  width: 100%;
  height: 100%;
}

#autoHideDiv {
  visibility: hidden;
}

.plexContainer {
  position: relative;
  height: 100%;
}
