/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

body.custom {
    background: #000 url('images/grungytexture.jpeg') 50% 0 repeat;
}

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 3em;
    opacity:0.9;
    filter:alpha(opacity=90); /* For IE8 and earlier */
}

.custom #page {
    background: #fff;
    opacity:0.9;
}