html, body
{
	margin		: 0px;
	padding		: 0px;
	width		: 100%;
	height		: 100%;
	font		: 1.0em Verdana,Arial,Geneva,Helvetica,sans-serif;
	color		: #ffffff;
    text-align	: left;
	background	: #000000;
	behavior	: url("css/csshover3.htc");
}

a
{
	color			: #ffffff;
	text-decoration : none;
	border			: 0px;
}

img
{
	border	:0px;
}

#background
{
	position	: fixed;
	left		: 0px;
	top			: 0px;
	margin		: 0px;
	padding		: 0px;
	width		: 100%;
	height		: 100%;
}

#content_master
{
	margin-left 	: 0;
	width 			: 100%;
	height			: 99%;
}

#wrap
{
	height			: 100%;
	margin-bottom 	: 5px;
}

#left_section
{
	position: fixed;
	top		: 0px;
	left	: 0px;
	margin	: 0px;
	width 	: 165px;
	height	: 100%;
	z-index	: 2;
}

#left_line_menu
{
	margin		: 0px;
	height		: 499px;
	width 		: 23px;
	background	: #000000 url(../pictures/menu_sidebar.png) left top no-repeat;
}

#left_menu
{
	position	: fixed;
	top			: 50px;
	left		: 17px;
	margin		: 0px;
	height		: auto;
	width 		: 140px;
	z-index		: 3;
}

#left_level
{
	position	: absolute;
	top			: 430px;
	left		: 22px;
	margin		: 0px;
	height		: auto;
	width 		: 140px;
}

#content_bloc
{
	position 	: absolute;
	top		 	: 0px;
	left	 	: 210px;
	width 	 	: 760px;
	height 		: auto;
	padding	 	: 0px;
}
