body 
{
	background-color: #DEDFDE;
}

div.maindiv
{
  position    : absolute;
  top         : 0px;
  bottom      : 0px;
  height      : 100%;
  left        : 0px;
  right       : 0px;
  min-height  : 600px;
  min-width   : 600px;
}

div.topbar
{
  position      : relative;
  top           : 0px;
  height        : 15%;
  left          : 0px;
  right         : 0px;
  background    : #949494;
}

div.logo 
{
	position      : relative;
  /*top           : 15%;*/
  top           : 0px;
	height        : 167px;
	left          : 0px;
  right         : 0px;
  background-image  : url(images/top_background.png);
  background-repeat : repeat-x;
}


div.bottombar
{
	position      : absolute;
	height        : 25%;
  bottom        : 0px;
  left          : 0px;
  right         : 0px;
  background    : #949494;
  overflow      : auto;
}

div.navigator
{
	position      : relative;
  bottom        : 5px;
  right         : 5px;
  float         : right;
}



