Floating Div - Position problem

Ok so I have this floating Div window, and I uses absolute positioning:

<div id=“theLayer” style=“position:absolute;width:200px;left:10;top:10;visibility:visible”>
<table border=“0” width=“200” bgcolor="#424242" cellspacing=“0” cellpadding=“3”>

Does anyone know how I can get it to open centered??