html{
width: 100%;
height: 100%;
margin:0;
padding:0;
background: #f7ebd5;
font-family: Tahoma, Arial, sans-serif;
}

body{
height: 100%;
    position:relative;
margin:0;
    padding:0;}

.strona{
width: 1024px;
min-height: 100%;
position: relative;
align: center;
margin: 0 auto;
padding: 0;
margin-bottom:-178px
}

.container{
width: 796px;

position: relative;
float:left;
margin: 0 auto;
}

.top{
width: 1024px;
height: 48px;
background-size: 100% 100%;
background-repeat: no-repeat;
background-image: url("../img/top.jpg");
}

.left_top{
position: relative; 
float: left;
width: 796px;
height: 277px;
background-size: 100% 100%;
background-repeat: no-repeat;
background-image: url("../img/top2.jpg");
}

.right{
position: relative; 
float: left;
width: 228px;
height: 721px;
background-size: 100% 100%;
background-repeat: no-repeat;
background-image: url("../img/right.jpg");
}

.main_menu{
position: relative; 
float: left;
width: 236px;
height: 444px;
background-size: 100% 100%;
background-repeat: no-repeat;
background-image: url("../img/menu.jpg");
font-size: 16px;
}

.main_center{
position: relative; 
float: left;
width: 560px;
min-height: 444px;
background-color: #736d61;
background-size: 100%;
background-repeat: no-repeat;
background-image: url("../img/main.jpg");

}

.footer{
clear:both;
width: 1024px;
height: 178px;
background-size: 100% 100%;
background-repeat: no-repeat;
background-image: url("../img/footer.jpg");

}

.top_button{

min-width: 4px;
position: relative; 
float: left;
margin: auto;
line-height: 20px;
padding-left:5px;
padding-right:10px;

background: #f7ebd5;
}


.top_links{
position: relative;
float: right;
margin: 0 auto;
font-size: 14px;
padding-top: 15px;}

.center_text{
color: white;
font-size: 12px;


padding: 25px;
}

a{
text-decoration: none;
color: #000;
}