/**
 * background.css - Index page background styles for Freeshop template
 * 
 * @package	Freeshop
 * @subpackage	Templates
 * @copyright	Copyright (C) 2012 UAB IT Solutions. All rights reserved.
 * @license	IT Solutions. NON-FREE. Contact info@itsolutions.lt for details.
 */

body {
        background: #fff;
}

#content_bg {
        background: url('../../images/content_bg.png');
}

#content_bg_top {
        background: url('../../images/content_bg_top.png') repeat-x top left;
}

#content_bg_bottom {
        background: url('../../images/content_bg_bottom.png') repeat-x bottom left;
}