body
{
	background: #F4C5CD url('../design/bg_body2.gif') fixed repeat-y center;
	text-align: center;
	margin: 0px;
	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:100px;
}

div#main
{
	position:absolute;
	left:164px;
	top:100px;
	width:786px;
}

div#leftMenu
{
	position:absolute;
	left:10px;
	top:100px;
	width:159px;;
}


body#main
{
	background: #F4C5CD;
	text-align: center;
	margin: 0px;
	min-width: 950px;
}
div#holder2 {
	margin: 0 auto;
	width: 950px;
	text-align: left;
	position:relative;
	height:100%;
}

div#topMenu2
{
	position:absolute; /*fixed*/
	height:160px;
	top: 0px;
}

div#main2
{
	position:relative;
	background-color: white;
	/*background: #F4C5CD url('../design/bg_body2.gif') fixed repeat-y center;*/
	padding-top: 195px;
	padding-bottom: 0px;
	min-height: 400px;
	width:950px;
	height: auto;
	overflow: hidden;
}

div#start_bot {

	padding-bottom: 0px;
	height: 188px;
	width: 950px;
	/* background: url(/design/bg_start_bot.gif) no-repeat top center; */
	background: url(/design/bg_start_bot_vinter.gif) no-repeat top center;
}

