| Index: static/scss/layout/_body.scss | 
| =================================================================== | 
| --- a/static/scss/layout/_body.scss | 
| +++ b/static/scss/layout/_body.scss | 
| @@ -9,16 +9,20 @@ | 
| // help.eyeo.com is distributed in the hope that it will be useful, | 
| // but WITHOUT ANY WARRANTY; without even the implied warranty of | 
| // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
| // GNU General Public License for more details. | 
| // | 
| // You should have received a copy of the GNU General Public License | 
| // along with help.eyeo.com.  If not, see <http://www.gnu.org/licenses/>. | 
|  | 
| +/******************************************************************************* | 
| + * Body | 
| + ******************************************************************************/ | 
| + | 
| .outer | 
| { | 
| background-image: url(/img/png/help-bg.png); | 
| background-repeat: no-repeat; | 
| } | 
|  | 
| #main | 
| { | 
|  |