/*
Theme Name: Greener Side Child
Template: greener-side
Author: Child Theme Configurator
Version: 1.0.1446313935
Updated: 2015-10-31 17:52:15
*/

@charset "UTF-8";

/* not sure why these four work in here but not in custom css */ 

#topg {
	background-image: url(images/grasstop.jpg);
	background-repeat: no-repeat;
	height: 198px;   /* was 198 but for wfoe maybe it takes up to much vspace */
	width: 1105px;
}
/* bgg  has not been altered */

#bgg {
	background-color: #020400;
	background-image: url(images/bg.jpg);
	width: 1105px;
        margin-top: 0px;
	background-repeat: no-repeat;
}

/* contentmain has not been altered */
#contentmain {
	margin: auto;
	width: 909px;
       }

#menug {
	background-image: url(images/menu.jpg);
	height: 26px;
	width: 880px;
	padding-top: 6px;
	background-repeat: no-repeat;
	padding-left: 29px;
	text-decoration: none;
	position: relative;
	float: left;
	margin-bottom: 25px;
}