/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		#
*/body.custom {
    background: #ffffff url("images/bg2.jpg") 100% 0 fixed;
}

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
}

.custom #page {
    background: #fff;
}
.clearfix::after{content:"";display:table;clear:both}
