By this image you can see my problem.
The current CSS is:
/**************************************************************
* Courtesy of the CSS Guild *
**************************************************************/
.boxes {
background-color: transparent;
color: black;
}
#member_info {
left: 10%;
top: 100px;
}
#member_favorites {
visibility: hidden;
}
.center, #center {
background-color: white;
-moz-border-radius: 0px;
border: 1px solid black;
left: 10%;
right: 10%;
margins: auto;
width: 60%;
padding-left: 20%;
top: 100px;
z-index: -1
}
.posts, .post, .comment {
background-color: transparent;
color: black;
border: 0px;
padding: 0pt;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
}
.box, .big_box {
background-color: transparent;
border: 0px;
color: black;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
}
body {
background-color: #FF6600;
}
a {
color: #000000;
}
Please do not use this CSS.