body { 
 background: url('/images/red_theme/bg.png');
}

#languageSelector .leftPortion {
 background: url('/images/red_theme/lang_sel_bg-left.png');
 background-repeat: no-repeat;
}

#languageSelector .middlePortion {
 background: url('/images/red_theme/lang_sel_bg.png');
}

#languageSelector .rightPortion {
 background: url('/images/red_theme/lang_sel_bg-right.png');
 background-repeat: no-repeat;
}

#searchBox { 
/* HUOM! vaihda kun saadaan punaisen teeman leiska */
/*
 background: url('/images/red_theme/translate_all_bg.png');
 background-repeat: no-repeat;
 */
}

#searchResultNum {
 background: url('/images/red_theme/num_bg.png');
 background-repeat: no-repeat;
}

#contentBoxHeader { 
 background: url('/images/red_theme/content_bg-top.png');
 background-repeat: no-repeat;
}

#content {
 background: url('/images/red_theme/content_bg.png');
}

#navigationLinksInner {
 background: url('/images/red_theme/sidebar_nav_bg-bottom.png') no-repeat bottom left;
}

#navigationLinks ul li.selected {
 background: url('/images/red_theme/sidebar_nav-selected.png') no-repeat top right;
}

#contentBoxFooter {
 background: url('/images/red_theme/content_bg-bottom.png');
 background-repeat: no-repeat;
}

#seeAlsoContent {
    background: #650300;    
}

#navigationLinks ul {
 background: #650300;
}