
body {
  margin: 0px;
  text-align: center;
}



#plexBar {
  position: relative;
  width: 100%;
	margin: 0px auto;
	text-align: left;
}

#plexDiv {
  height: 300px;
  background:#919191; 
  background-image: url(images/haciric_brain.png); /* mw */
	background-position: bottom center;
	background-repeat: no-repeat; 
  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%;
}
