body
{
	background: #ffffff url('../design/bodybg.jpg') fixed repeat center;
	text-align: center;
	margin: 0px;
	margin-left:-1px;
	* margin-left: 1px;
	min-width: 950px;
	height: 100%;
}

div#holder
{
	margin: 0 auto;
	width: 950px;
	text-align: left;
	position:relative;
	height:100%;
}

div#topMenu
{
	position:relative; /*fixed*/
	height:211px;
}

div#main
{
	position:absolute;
	left:164px;
	top:211px;
	width:786px;
}

div#leftMenu
{
	position:absolute;
	left:10px;
	top:211px;
	width:189px;;
}

div#leftMenu a
{
	font-size:14px;
	line-height:17px;
}

div#bird
{
	position:absolute;
	left:140px;
	top:110px;
	z-index:9999;
	
	width:1px;
	height:1px;
}
