.Container 
{
  position: absolute;
  top: 75px; left: 0px; /*top: 15%*/
  width: 75%;
  _width: 88%;     
  height: 83%; 
  background: url(images/container_background.gif) no-repeat;  
  margin-left: 40px;   
  overflow: hidden;
}
#Scroller-1 
{ 
  position: absolute; 
  overflow: hidden;
  width: 100%;
  /*height: 200px;*/
  height: 100%; 
}
.Scroller-Container 
{   
	overflow: auto;
	height: 100%; 
}
#Scrollbar-Container 
{
  /*position: absolute;
  top: 40px; left: 60px;
  */
}
/*TEMP May be =)*/

.Container table
{	
	/*height: 100%;*/
}
.Container table tr td
{
	vertical-align: top;
}

