*
{
  margin : 0; 
  padding : 0;
} 

table
{
  width: 100%;
  height: 100%;
}

td
{
  vertical-align: middle;
  text-align: center;
}

div.container
{
	position : relative;
	margin : 0 auto;	
	width : 800px;
	height : 600px;
	text-align: left;	
}

#layout-background
{
  position : absolute;
  top : 75px;
  left : 75px;
  width : 650px;
  height : 550px;
  z-index : 0;
}

#content-main
{
  position : absolute;
  top : 175px;
  left : 155px;
  width : 340px;
  height : 300px;
  z-index : 1;
  overflow : auto;
}

#content-menu
{
  position : absolute;
  top : 175px;
  left : 565px;
  width : 65px;
  height : 120px;
  z-index : 1;
}

#layout-copyright
{
  position : absolute;
  top : 655px;
  left : 75px;
  width : 650px;
  height: 44px;
  z-index : 0;
}