/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/
.custom .comments_closed {display: none;}

body.custom {
    background: #44443f;
}

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0.3em;
    background: #33332f;
    border: 0.4em solid #3e3e3a;
}

body.custom{
 background-image: url(/wp-content/uploads/2011/11/keno.jpg);
 background-position: top center;
 background-attachment: fixed;
 background-color: black;
}