/**
 * @file
 * Page Background Styling
 *
 * The default layout method of Zen doesn't give themers equal-height columns.
 * However, equal-height columns are difficult to achieve and totally
 * unnecessary. Instead, use the Faux Columns method described in the following
 * ALA article:
 *   http://www.alistapart.com/articles/fauxcolumns/
 */


html, body {height:100%; margin:0; padding:0;}

body {
/*	background:url(../images/world-map-background.jpg) no-repeat; */
background-color: #222;
}

#page-background {
/*	position:fixed; 
	padding-top: 100px;
	top:0;
	left:0; 
	width:100%; 
	height:100%; */
}

#page-wrapper {
	width: 960px;
	
}

#page {
	margin-top: 10px;
	background-color: #E5E4D7;
	-webkit-border-top-left-radius: 20px;
	-khtml-border-radius-topleft: 20px;	
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-khtml-border-radius-topright: 20px;	
	-moz-border-radius-topright: 20px;
	border-top-right-radius: 20px;	
	min-height: 600px;
	
	background: #04A200;
	background: -moz-linear-gradient(top, #04A200, #2EFF3B );
	background: -webkit-gradient(linear, left top, left bottom, from(#04A200), to(#2EFF3B));
	color: #000000;
	height: auto;

	text-align:left;
	background-color: #000;
	height: 100%;	
	font-size: 14px;
}

#page-extend-image {
	position:absolute;
	top: 465px;
		
}

.not-front #page {
	min-height: 800px;
	font-size: 14px;
	
}

.not-front #main-wrapper #main.clearfix #content.column .section #content-area {
	padding: 0 40px 0 40px;		
}


#header {
}

#header .section {
}

#main-wrapper {
}

#main {
}

.region-footer {
}
