/**
* @package   Pixel Point Creative  | Carve
* @author    Pixel Point Creative http://www.pixelpointcreative.com
* @copyright Copyright (C) Pixel Point Creative, LLC
* @license   http://www.gnu.org/licenses/gpl.html GNU/GPL
*/

/*Background Concrete*/

@import url(../outercolor/black.css);

#page {
background-image:url('../../images/background/concrete/concrete.jpg');
background-repeat:repeat;
background-attachment:fixed;
}
#page-bg { 
	background: url(../../images/background/radial_gradient.svg) 50% 0 no-repeat fixed;
	background-size: 100% 100%;
}