@media screen {

body.whitebackground  { background : #fff; color : #000; }

body.whitebackground a { color : #000; }

body.whitebackground #site_nav {
	width: 760px;
	margin: auto;
	background-color: #e5e5e5;
}

body.whitebackground #lovett_logo {
	background-image: url(../img/white/logo.jpg);
}

body.whitebackground #home_logo {
	background-image: url(../img/white/home-logo.jpg);
}

body.whitebackground #section_header {
	background-image: url(../img/white/ad_synopsis.jpg);
}

body.whitebackground #section_header_logo {
	background-image: url(../img/white/small_logo.jpg);
}

body.whitebackground .roundedcornr_box {
   background: #e5e5e5;
}

body.whitebackground .roundedcornr_top div {
   background: url(../img/white/cornr/roundedcornr_tl.png) no-repeat top left;
}

body.whitebackground .roundedcornr_top {
   background: url(../img/white/cornr/roundedcornr_tr.png) no-repeat top right;
}

body.whitebackground .roundedcornr_bottom div {
   background: url(../img/white/cornr/roundedcornr_bl.png) no-repeat bottom left;
}

body.whitebackground .roundedcornr_bottom {
   background: url(../img/white/cornr/roundedcornr_br.png) no-repeat bottom right;
}

body.whitebackground .roundedcornr_top div, .roundedcornr_top, 
body.whitebackground .roundedcornr_bottom div, .roundedcornr_bottom {
   width: 100%;
   height: 15px;
   font-size: 1px;
}

body.whitebackground .roundedcornr_content { margin: 0 15px; }

}