<div class="wrapper">
<div class="header">Логотип</div>
<div class="prime">
<div class="blockquote">
<div id="index">Новость дня</div>
</div>
</div>
</div>
<div class="bb">Проверка на вшивость</div>
* {
margin: 0;
padding: 0;
}
body {
font: 11px/1.7 'PT Sans', Helvetica, sans-serif;
}
.wrapper {
width: 100%;
min-width: 1000px;
min-height: 100%;
height: auto !important;
height: 100%;
}
.header {
width: 100%;
height: 70px;
background-color: white;
position: fixed;
}
.prime {
background : url(384038-61407.jpg) no-repeat center top;
background-size: 100%;
height: 911px;
}
.blockquote {
background: #f8f8f8 url(quote.png) no-repeat 17px 21px;
font: italic 15px/1.6 'PT Serif', Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
margin : 160px 0 0 160px;
padding: 20px 20px 20px 55px ;
width: 500px;
height: 90px;
background: rgba(246,246,246,0.6) ;
border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
position: absolute;
}