Hide your contact table Place this code anywhere.
<style type="text/css"> .contactTable {display: none;} </style> Move your contact table Play with the width and height to get it to the location that you want it.
<style type="text/css"> .contactTable { position:absolute; left:50%; top:400px; margin-left:-150px; z-index:3;} </style>