@import url('reset.css');

html{background: url('../images/wikoma.jpg') no-repeat center 0 #F6BD4C;
	background-size: cover;}
	
body{font-family: Arial;}
.container{
    width:960px;
    margin:0 auto;
}
footer.footer{
    background: url('../images/poezja-smaku.jpg') no-repeat center 0;
    width:100%;
    height:117px;
	opacity: 0.8;
}

.header .menu-wrapper,
.header .slider {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.header .menu-wrapper{
    z-index: 100;
    height: 110px;
    background: url('../images/menu.png') repeat-x center center;
}

.header .slider{
    top: 82px;
    z-index: 50;
}

.header .menu-left{float:left;margin:0 20px;}
.header .menu-right{float: right;}

.clearfix{
    clear:both;
}

.header{
    position: relative;
}

.header .menu {
    margin: 32px 0;
}

.header .menu li{
    float: left;
    margin: 10px 10px 0 50px;
}

.header .menu li a{
    font-size: 20px;
    color: #fce6bf;
}

.header .menu li a:hover{
    text-decoration: underline;
}

.content{
    min-height:450px;
    background: #FEF5E4;
    padding:360px 35px 30px;
    font-size:12px;
    line-height:1.5;
    opacity:0.8;
}

.content p{
    margin-bottom:13px;
    opacity:1;
}

.map{
	float:right;
}

.text{
	float:left;
}