Again about css layout:
#container{
width:979px;
height:590px;
margin-left:auto; //works
margin-right:auto; //works
margin-top:auto; //doesn't work
margin-bottom:auto; //doesn't work
}
So, I want #container to place in the center of screen.
I also tried: margin:auto – without result.
What about something like: