CODE:
...
<div id="text">
Bla-bla-bla
</div>
...
#text {
background-color:#ccc;
width: 900px;
height: 100%;
margin: 0 auto;
border: 1px solid #FF0000;
}
...
<div id="text">
Bla-bla-bla
</div>
...
#text {
background-color:#ccc;
width: 900px;
height: 100%;
margin: 0 auto;
border: 1px solid #FF0000;
}
height 100% ничего не делает