/* Background */
div#background{
	left: 0; top: 0;
	position: absolute;
	width: 1024px; height: 748px;
	z-index: 0;
}
    div#color{
    	background-color: #DBBA9D; /* <-- Dynamic Color Variable */
    	left: 0; top: 0;
    	position: absolute;
    	width: 1024px; height: 748px;
    	z-index: 0;
    }
    div#grid{
    	background:url('../../Assets/Images/Background_Grid.png') no-repeat;
    	left: 0; top: 0;
    	position: absolute;
    	width: 1024px; height: 748px;
    	z-index: 1;
    }
    div#sun{
    	background:url('../../Assets/Images/Background_Sun.png') no-repeat;
    	left: 0; top: 0;
    	position: absolute;
    	width: 1024px; height: 748px;
    	z-index: 2;
    }
    div#border{
    	background:url('../../Assets/Images/Background_Border.png') no-repeat;
    	right: 0; top: 0;
    	position: absolute;
    	width: 1024px; height: 748px;
    	z-index: 4;
    }