give the top div a border radius
Code
-webkit-border-radius: 999px 999px 0px 0px;
border-radius: 999px 999px 0px 0px;
to center the container
Code
margin: auto;
& give it a width;
was a guess, you're description was kinda vague…
if you want to center something absolutely, you can position it absolute, and set the top, left, right, bottom attributes to a low (i usually use 10%) equal amount see
http://danielwhyte.com/play/steps/ for example.
This post was edited by WhyteLinux on Nov 16 2012 05:32am