body { 
	margin:0; padding:0;
	background-color: #000; /* цвет фона сайта */
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #fff;
}
img { border: 0;}
/* Фича для корректной обработки пнг (как фона)  в IE*/
/* Корректное отображение png в IE*/
.png {
	//background-image:none !important;
	//behavior: url("/_/css/png.htc");
}
.iePNG { filter:expression(fixPNG(this)); }

/* Основной контейнер */
#baseContainer {
	position: absolute;
	width: 810px; height: 528px;
	left: 50%; top: 50%;
	margin-left: -405px; margin-top: -264px;
	z-index: 2;
}
/* Телевизор */
#tv {
	position: absolute;
	width: 100%;
	text-align: center;
	padding-top: 45px;
}
#girl {
	position: absolute;
	top: 51px; left: 120px;
}
/* Лампы */
#lampLeft, #lampRight { position: absolute; top: 66px;}
#lampLeft { left: 24px; }
#lampRight { right: 24px; }
/* "Подвал" (футер) */
.footer {
	position: absolute;
	top: 528px;
	padding-top: 6px;
	font-family: Arial;
	font-size: 11px;
	color: #6D6B6C;
}
.footer#footerLeft{ left: 5px; }
.footer#footerRight{ right: 5px; text-align:right; line-height:16px;}
.footer .b { font-weight: 600; }
.footer a, .footer.a:visited {
	color: #c287a5;
}
.footer a:hover { color: #fff;}
/* Самый нижний фон (по горизонтали) */
#baseBg {
	position: absolute;
	width: 100%; height: 528px;
	top: 50%;
	margin-top: -264px; /* значения: половина ширины и высоты */
	background: url('/_/img/base_bg.jpg') repeat-x;
	z-index: 1;
}

#itemUnderconstruction {
	position: absolute;
	top: 190px; left: 280px;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: 900;
}

/* Белый фон в контент области разделов */
.whiteOpicity { 
	filter:alpha(opacity=85); /* Для IE */
	-moz-opacity: 0.85; /* Для Firefox */
	-khtml-opacity: 0.85; 
	opacity: 0.85; /* Для Opera */
}
#whiteContentLong, #whiteContentShort {
	position: absolute;
	height: 352px;
	top: 51px; left: 185px;
	background-color: #fff;
}
#whiteContentLong { width: 498px; }
#whiteContentShort { width: 390px; }

/* Простой логотип в раздал */
#logoSimple {
	position: absolute;
	top: 51px; left: 147px;
}
/* Заголовки разделов */
#partTitle {
	font-size: 16px; font-weight: bold;
	color: #E63C92;
	position:absolute;
	top: 65px; left: 205px;
}

.scrollBarColors {
	scrollbar-3dlight-color: d3c5c7; 
	scrollbar-arrow-color: #3a2c2e;
	scrollbar-highlight-color: #fff;
	scrollbar-face-color: #d3c5c7;
	scrollbar-shadow-color: #574541;
	scrollbar-darkshadow-color: #877b7d;
	scrollbar-track-color: #998c8e;
}

.textHL {
	font-weight: bold;
}




