* {margin: 0; padding: 0;}

html,body {
    font-family: Comic Sans MS, Verdana, Arial, Tahoma sans-serif;
	font-size: 12px;
	color: #000;
    height: 100%;
    width: 100%;
    background-color: #FFF;
    margin: 0px;
    padding: 0px;
}
body {
    background-image: url(../images/fon1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover; 
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
/*Общие параметры
----------------------------------------------------------------------------------------------------------------*/
img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
    border: 0;
}
/*Каркас
----------------------------------------------------------------------------------------------------------------*/
#main {      
    margin: 0 auto;   
    max-width: 1000px; 
    min-width: 1000px;
    min-height: 100%;
    margin-bottom: -100px;
}
#wrapper {
   
}
#leftcont {
    width: 287px;
    height: 100%;
    margin-right: 28px;
    float: left;
}
#rightcont {
    width: 685px;
    height: 100%;
    float: left;
    
}
#cont {
    margin-top: 32px;
    margin-bottom: 32px;
    overflow: hidden;
    width: 615px;
    height: 100%;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
}
/* Левая колонка
----------------------------------------------------------------------------------------------------------------*/
#logo {
    width: 287px;
    height: 368px;
    background-image: url(../images/logo.gif);    
}
/* Правая колонка
----------------------------------------------------------------------------------------------------------------*/
/* Меню */
#menulist {
    height: 71px;
    padding-bottom: 25px;
}
#menulist ul {
    border:0;	            /* высота списка */
	list-style:none;        /* отменяем маркер для списка */
	padding:0px;
    margin: 0px;     
}
#menulist ul li {
    display: inline-block;
	float:left;     
    width: auto;
    text-align: center;
    
}
#menulist ul li a{
    display: inline-block;
	color: #64625b;     
	text-decoration:none; 
    font-weight: bold; 
    padding-top: 55px;  
    width: 80px;
}
#menulist ul li a:hover{
	color: #006c65; 
}
.povarmain {    
    background: url(../images/povarmain1.jpg) no-repeat top center;  
}
.povarmain:hover {
    background: url(../images/povarmain2.jpg) no-repeat top center;  
}
.povarzayavka { 
    background: url(../images/povarzayav1.jpg) no-repeat top center;  
}
.povarzayavka:hover {
    background: url(../images/povarzayav2.jpg) no-repeat top center;  
}
.povarrisunki { 
    background: url(../images/povarpic1.jpg) no-repeat top center;  
}
.povarrisunki:hover {
    background: url(../images/povarpic2.jpg) no-repeat top center;  
}
.povarpodelki { 
    background: url(../images/povarpodelki1.jpg) no-repeat top center;  
}
.povarpodelki:hover {
    background: url(../images/povarpodelki2.jpg) no-repeat top center;  
}
.povarvideo { 
    background: url(../images/povarvideo1.jpg) no-repeat top center;  
}
.povarvideo:hover {
    background: url(../images/povarvideo2.jpg) no-repeat top center;  
}
.povarpresent {  
    background: url(../images/povarpresent1.jpg) no-repeat top center;  
}
.povarpresent:hover {
    background: url(../images/povarpresent2.jpg) no-repeat top center;  
}
.povartext {    
    background: url(../images/povartext1.jpg) no-repeat top center;  
}
.povartext:hover {
    background: url(../images/povartext2.jpg) no-repeat top center;  
}
/* Контент */
.contentheading {
    font-size: 18px;
    color: #006c65;
}
/* footer
---------------------------------------------------------------------------------------------------------------*/
footer{
    background:#ccc;
    height:100px;
    margin-top:-100px;
}