body
{

	text-align: center;
	margin: 0px;
	margin-left: -1px;
	min-width: 950px;
	height: 100%;
	background: white url('../design/bg_body_ny.jpg') fixed repeat top;
	z-index:0;
}

div#holder
{
	margin: 0 auto;
	width: 950px;
	text-align: left;
	position:relative;
	height:100%;
	background: url('../design/body_bg_ny.png') repeat top;
	z-index:1;
	display:inline-table;
}

div#topMenu
{
	position:absolute; /*fixed*/
	* left:0px;
	height:211px;
	z-index:4;
}

div#main
{
	/*position:absolute;
	left:164px;
	top:211px;*/
	position:relative;	
	float: right;
	margin-top:211px;
	width:765px;
	z-index:2;

}

div#leftMenu
{
	/*position:absolute;
	left:10px;
	top:211px;*/
	position:relative;
	float:left;
	margin-top:211px;
	margin-left:20px;
	width:159px;
	z-index:3;
	
}
#footer{
	position:relative;
	background-image:url(../design/footer.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	width:100%;
	height: 82px;
	text-align:center;
	z-index:1;
}
#footer2{
	position:relative;
	width:100%;
	height: 82px;
	text-align:center;
	z-index:1;
}