#css center absolute positioning
#id_name { width: 140px; /* block width */ margin-left: -70px; /* half of block width */ position: absolute; top: 0px; left: 50%; }