These codes are all CSS CODES so only copy and paste it in the ADVANCE USERS AREA in CSS box.
Codes to contain the boxes or tables in your profile so that it will not stretch and it will stay in the left side of your profile.
#container {
padding:0px !Important;
margin: 0px !Important;
margin-left: 0px !Important;
width: 900px !Important;
min-width: 900px !Important; }
#container #content {
margin:0px !Important;
margin-left: 0px !Important;
width: 900px !Important;
margin-right: 0px !Important; }
make your contained boxes or tables in the center
.centered {margin: 0 auto 0 auto;} body {text-align: center;}
invert the tables in your page
#twoClmLeftWide 123:relative; padding:5px 0 10px 0; height:auto; width:auto; line-height:1.1em;}
#twoClmLeftWide
.left_column {float:none; padding:0; width:100%; margin-right:0px; margin-left:310px; left:0px; top:0px; 123: block;clear: none;}
#twoClmLeftWide
.right_column {left:0px;top:0px; margin:0px; padding:0; z-index:1; float:left; right:0px; width:300px; height: auto;123: relative; clear: none;}
make your Friends and Fans table content vertical
.friendsof {
margin: 23px 20px 20px 20px;
padding: 0px 50px 0px 77px;
text-align: center;
border: 0px #000000 solid; }
.friends {
height: auto;
width: 100px;
margin: 0px;
margin-right: 15px;
margin-bottom: 0px;
text-align: center;}
make your texts center
body,td,tr,div,p { text-align:center;}
take off the help icon in the rss bar and blog bar
.helpicon {
height: 0px;
width: 0px;}
.helpicon2 {
height: 0px;
width: 0px;}