Hope anybody can help me. I want to make a color-border around the content in musicity. I my example-image you can see what I mean

Here is my site: http://www.stefan-heim.com
Thanks for help.
Melanie
#gkMainbodyWrap {
background: #3F3F3F;
color: white;
padding: 16px;
}
#gkMainbodyWrap {
background: #3F3F3F;
color: white;
padding: 16px;
border-style: solid;
border-width: 5px;
border-color: blue;
}
#gkSocialAPI {
height: 27px;
padding: 12px 0 0;
margin: 15px 0 26px;
background: transparent url('../images/horizontal_line.png') repeat-x 0 top;
}
#gkSocialAPI {
height: 27px;
padding: 12px 0 0;
margin: 15px 0 26px;
background: transparent url('../images/horizontal_line.png') repeat-x 0 top;
display: none;
}