       
body {
    background-color: #000000;
    background-repeat: no-repeat;
    background-position:top center;
    background-attachment:fixed;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-image: url(/imgs/background.jpg);
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}

a, img {
    border: 0;
    padding: 0;
    margin: 0;
}
a:link { color: #FFFFFF; }
a:visited { color: #FF3366; }
a:hover { color: #CC3399; }
a:active { color: #FF0099; }
#wrapper { width: 800px; margin: 0 auto; text-align:center; }
#sharer {
    text-align:center; background-color: #FFF; border-top: 2px solid #DF1B68; border-bottom: 2px solid #DF1B68; padding-top: 0.5em;
    overflow: hidden;
    height: 130px;
}
#sharer img, #sharer a, #sharer a:hover { border: 0; }
.clear { clear: both; }
.ws_release_content { width: 710px; margin: 0 auto; }
.corner { position: fixed; top: 0px; left: 0px; width: 450px; height: 450px;}

.widget_social{
    float:right;
    width:232px;
    height:420px;
    background: url(/imgs/fb_slider.png);
    display:block;
    right:-205px;
    padding:0;
    position:fixed;
    top:170px;
    z-index:2;
}
.merch_wrapper { width: 710px; margin: 0 auto; }
.category_id { font-size: 16px; text-align: center; }
.smaller { width: 220px; height: 220px; }
.price { float: right; display: block; color: #FFFFFF; }
.thankyous { font-size: 10px; }
.facebook_footer a { color: #CC3399 }

.boxgrid{
    width: 220px;
    height: 220px;
    margin: 5px;
    float:left;
    border: solid 2px #D51C68;
    overflow: hidden;
    position: relative;
}
.boxgrid img{
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}
.boxcaption{
    float: left;
    position: absolute;
    background: #B10F53;
    height: 100px;
    width: 100%;
    opacity: .99;
    /* For IE 5-7 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    /* For IE 8 */
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption {
    top: 220px;
    left: 0;
}
