
body {
	background-color: #044559; 
  margin: 0;
  text-align: center;
}

#plexBar {
	background-color: #044559; 
  position: relative;
  width: 100%;
	margin: 0; /*auto;*/
	text-align: left;
}

#plexDiv {
	height: 215px;
	background-color: #044559; 
	background-image: url(images/bg_brain_saggas.jpg);
	background-repeat: repeat-x;
	border:none;  /*px solid #044559*/
	}

/*
#plexDiv {
  height: 300px;
  background:#000;
  background-image: url(res/images/backGrad.gif);
	background-repeat: repeat-x;
  border:0px solid #000;
} */

#mainPage {
border: none;
}

#contentContainer {
border: none;
  position: absolute;
  width: 100%;
  height: 100%;
}

#content {
	border: none;
  width: 100%;
  height: 100%;
  margin: auto;
}

#contentFrame {
  border: none;
  width: 100%;
  height: 100%;
}

#autoHideDiv {
  visibility: hidden;
}

.plexContainer {
	border: none;
  position: relative;
  height: 100%;
}

