/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		#
*/body.custom {
    background: #ffffff url("images/bg6.jpg") 100% 0 fixed;
}

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
}

.custom #page {
    background: #fff;
}

   /*Rounded Corners*/

    .custom #page { -moz-border-radius: 20px; -webkit-border-radius: 20px; }

.custom #page {

-moz-box-shadow:0 0 15px #333333;
-webkit-box-shadow:0 0 15px #333333;
}
.clearfix::after{content:"";display:table;clear:both}
