html, body {
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
:root {
	background: #970000;
}
/* GLOBAL */
.clearbreak{
	clear: both;
}

/* POS STICK */
.avatar-position-stick{
	position: fixed;	z-index:100;
}
#avatar-position-stick-right-top{
	top: 0;
	right: 0;
}
#avatar-position-stick-right-middle{
	top: 50%;
	right: 0;
}
#avatar-position-stick-right-bottom{
	right: 0;
	bottom: 0;
}
#avatar-position-stick-left-top{
	top: 0;
	left: 0;
}
#avatar-position-stick-left-middle{
	top: 50%;
	left: 0;
}
#avatar-position-stick-left-bottom{
	left: 0;
	bottom: 0;
}
#avatar-position-fixed-1{
	left: 0;
	top: 30%
}
#avatar-position-fixed-2{
	right: 0;
	top: 30%
}

/* HEADER */
div[id*="avatar-pos-top"] {
	float: left;
	width: 33.33%;
}

/* PROMO */
div[id*="avatar-pos-promo-top-"],
div[id*="avatar-pos-promo-bottom-"]  {
	float: left;
	width: 33.33%;
}

/* USER */
#avatar-user-top-col-3 div[id*="avatar-pos-user-"] ,
#avatar-user-bottom-col-3 div[id*="avatar-pos-user-"] {
	float: left;
	width: 33.33%;
}
#avatar-user-bottom-col-4 div[id*="avatar-pos-user-"],
#avatar-user-top-col-4 div[id*="avatar-pos-user-"] {
	float: left;
	width: 33.33%; /*25*/
}
/* BODY */
/* LEFT - CONTENT - RIGHT */
#avatar-body-middle-block {
	position: relative;
}

#avatar-left, #avatar-right {
	height: auto;
}
#avatar-left, #avatar-content, #avatar-right {
	float:left;
}
#avatar-pos-content-user-1,
#avatar-pos-content-user-2,
#avatar-pos-content-user-3,
#avatar-pos-content-user-4 {
	float: left;
	width: 50%;
}
#avatar-pos-inner-left,
#avatar-pos-inner-right,
#avatar-main-content {
	float: left;
}
#avatar-pos-content-top {
	margin-bottom: -40px;
}
/* LEFT RIGHT */
div[id*="avatar-pos-left-middle-"],
div[id*="avatar-pos-right-middle-"] {
	float: left;
	width: 50%;
}

/* FOOTER */
div[id*="avatar-pos-footer-"] {
	float: left;
	width: 33%;
}

/* RIGHT COLS */
#avatar-pos-top-right, #avatar-pos-promo-top-right, #avatar-pos-promo-bottom-right, #avatar-pos-footer-right, #avatar-pos-footer-right-1{
	float: right;
}
#top-switcher {
	position: absolute;
	top: 10px;
	right: 0;
}
@media all and (max-width: 1100px) {
	#top-switcher {
		display: none;
	}
}