body {
  background-color: #A4CBE8;
}

#content {
background: -moz-linear-gradient(top,  rgba(255,255,255,0.85) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.85)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.85) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0.85) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0.85) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0.85) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
box-shadow: 0 0 25px #333333;
border: 3px solid #dddddd;
}


#site-credits a {
color: #6E95B2!important;
}


button, html input[type="button"], input[type="submit"] {
color: #fff;
background-color: #6E95B2;
border-color: #6E95B2;
}


span.credits-theme {
    height: 0px;
    width: 0px;
    visibility: hidden;
    overflow: hidden;
}

div#sidebar-pagebottom {
    visibility: hidden;
    height: 0px;
    overflow: hidden;
}