body {
	background: #fff url(../js/back.jpg);
	font: 75% Georgia, "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #fff;
}

table {
    margin: auto; /* Выравниваем таблицу по центру окна  */
   }
td {
    text-align: center; /* Выравниваем текст по центру ячейки */
   }


.deviant {
	width: 150px;
	z-index: 100;
}

.deviant, .deviant li {
	position: relative;
}

.deviant, .deviant ul, .deviant ul li {		
	margin: 0;
	padding: 0;
	list-style: none;
}

.deviant ul li ul {
	position: absolute;
	left: 150px;
	top: 0px;
	display: none;
}

.deviant ul li:hover > ul { 
	display: block;
}


.deviant a {
	height: auto;
	display: block;
	white-space: nowrap;
	width: 100%;
}
 #sticked {
    position: fixed;
    bottom: 0px;
    left: 10px;
  }
  
 #sticked .deviant {
    position: absolute;
    bottom: 0;
    float: left;
    height: auto;
  }
  
 #sticked .one {
    left: 0;
  }
  
 #sticked .two {
    left: 150px; /* Width of menu */
  }
  
  /* END OF IMPORTANT PART */
  
 #sticked a {
    color: #fbaf32;
    text-decoration: none;
  }
  
 #sticked a:hover {
    color: #f0e155;
  }
  
 #sticked li a {
    list-style: none;
    border-bottom: 1px solid #44474b;
    padding: 4px 30px 4px 15px;
    margin: 0;
    cursor: pointer;
    height: 16px;
  }
  
 #sticked .right {
    background: transparent url(right.gif) 100% center no-repeat;
 
  }
  
 #sticked .left {
    background: #d1e751 url(left.gif) 1px center no-repeat;
    padding: 2px 20px 2px 25px;
    color: #222426;
    font-weight: bold;
  }
  
 #sticked .left:hover {
    background-color: #d6e962;
  }	
  
#sticked .left a {
      color: #222426;
    }
