This code will help you center your default image above your contact table, while removing the view more pics and videos text under your default picture, and the text to the right of your default picture. You will need to adjust the LEFT numbers depending on the width of your default picture and the length of your name.
<style>
.a {hide the text}
.profileInfo td {visibility:hidden;}
.a {unhide the default pic and name}
.nametext, .profileInfo a img {visibility:visible;}
.a {position the default image}
.profileInfo a img {position:relative; left:60px;}
.a {position the name}
.nametext {position:relative; left:30px;}
</style>
This code will help you center your default image above your contact table, while removing the text which is normally to the right of the default image. You will need to adjust the LEFT numbers depending on the width of your default picture and the length of your name.
<style>
.a {hide only right text}
.profileInfo td.text {visibility:hidden;}
.a {unhide default pic and name}
.nametext, .profileInfo a img {visibility:visible;}
.a {position the name}
.nametext {position:relative; left:30px;}
.a {position the default pic and links below it}
.profileInfo table {position:relative; left:60px;}
</style>
This merely hides the text which is normally to the right of the default picture.
<style>
.profileInfo td.text {visibility:hidden;}
.profileInfo td, .profileInfo img,
.nametext {visibility:visible;}
</style>
You can now use the Left Column Generator to do this: