<style type="text/css">
#phonenumbers{position:absolute; top:-130; right:10; font-size:14pt;}
#phonenumbers th{color:white; padding-right:10px;text-align:right;}   
</style>
<div id="phonenumbers">
<table>
    <tbody>
        <tr>
            <th>New Car Sales:</th>
            <th>888-346-8146</th>
        </tr>
        <tr>
            <th>PreOwned Sales:</th>
            <th>888-346-8147</th>
        </tr>
        <tr>
            <th>Service and Parts:</th>
            <th>770-680-1000</th>
        </tr>
    </tbody>
</table>
</div>
