/*
File:		custom.css
Description:	Custom Stylin'
*/

/* Body Background, we repeat it because it cuts off vertically otherwise */
body.custom {background: url('images/YouTubeBkgdMED.jpg') center top repeat;}


/* Header Area or Header, NOT quite sure on if this is what you had in mind, added padding to align vertically  */
.custom #header_area {background: url('images/DezifiHeaderWebsite.png') center top no-repeat; padding-top:2.2em;}


/* We erase the BG Color for Page so Custom Body BG Shines Through */
.custom .page {background:transparent !important;}


/* The 3 main section of Full-Width Framework get White BG Color */
.custom div.page div#header {background:#fff !important; border:0;}
.custom div.page div#content_box {background:#fff !important;}
.custom div.page div#footer {background:#fff !important;}


/* Your RSS Subscribe Button Now Has a BG Color */
.custom div.page .menu li.rss {background:#fff !important;}

/* Your MM Box Now Has a BG Color if Video Used */
.custom div.page div#video_box {background:#fff !important;}

/* This one seems to have to go to the bottom - NO idea why */
.custom div.page #feature_box {border:none;)





