@import url(http://scp-wiki.wdfiles.com/local--code/component%3Atheme/1);
 
div#container-wrap {
    background-image: url(http://topia.wikidot.com/local--files/component:theme/body_new.png);
}
 
/* HEADER */
#header {
    background-image: url(http://topia.wdfiles.com/local--files/component%3Atheme/topialogo.png);
}
 
#search-top-box-input {
    background-color: teal;
}
 
#search-top-box-input:hover,
#search-top-box-input:focus {
    background-color: teal;
}
 
#search-top-box-form input[type=submit] {
    background: linear-gradient(to bottom, #008080, #5F9EA0, #38A09B);
}
 
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    background: linear-gradient(to bottom, #38A09B, #5F9EA0, #008080);
}
