*
{
  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;
}

#layout-ig
{
  position : absolute;
  top : 480px;
  left: 268px;
  width : 265px;
  height: 70px;
  z-index : 2;
}

#layout-haven
{
  position : absolute;
  top : 380px;
  left: 268px;
  width : 265px;
  height: 70px;
  z-index : 2;
}


#content-main
{
  position : absolute;
  top : 250px;
  left : 150px;
  width : 500px;
  height : 250px;
  z-index : 1;
}

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

