Any one can change the width of the vshare sites.
you can edit the style.css following code
Code:
#custom-doc {
margin:auto;text-align:left;
width:60em; /* !IE */
*width:780px;/* IE */
min-width:780px;
background-color: #ffffff;
}
ok :D