/***************************************************************************
 *                          (css) interface.css
 *                          -------------------
 *   begin                : 03-Feb-2015
 *   modified             : 09-Feb-2015
 *   copyright            : (C) 2015 Daniel Julivert
 *   email                : ghoulwiz@gmail.com
 *   description          : General interface CSS
 *
 ***************************************************************************/


/********************************************************************************
  General page layout
********************************************************************************/

body {
	background: #ffffff url(../img/background.jpg) no-repeat center center fixed;
	background-size: cover;
}