I have need to position div with id="center_dv" on center of the div with id="wrapper_dv" and to div wrapper_dv be on center of body. How can I do it ?
<body>
<div id="wrapper_dv">
<div id="center_dv">
<p>some text</p>
</div>
</div>
</body>