For the background/text... you either need to make the white part of your background image wider. Or you need to change the widths of your main content and/or sidebar sections so they will fit in the white area. You just look under the CSS in the *Outer Wrapper* section.
For the border around your images, you need to look in the CSS.. the *Posts* part and you will see this:
.post img {
padding:4px;
border:1px solid #cccccc;
}
change the 1px border to 0 or just remove that. That should do it for you. If you need help, just let me know.
|