@charset "utf-8";
/* CSS Document */

html {
	background:url(../images/bg_grass.jpg) bottom center repeat-x;	
	min-height:100%;
	height:auto;
}

#sky {
	background:url(../images/bg_sky.jpg) top center repeat-x;
	width:100%;
}


#wrapper {
	width:1000px;
	margin:0px auto;
	background:url(../images/logo_large_icon_bg.png) top right no-repeat;
	min-height:750px
}

/* Header
-------------------------------------------------------------- */
#header {
	padding-top:83px;
	width:1000px;
	margin:0px auto;	
}

#header #logo{
	float:left;
}

#header #mainmenu {
	float:right;	
}


/* Content Section
-------------------------------------------------------------- */

#content_homepage {
	padding-top:83px;	
}

#content {
	margin:30px 0px 0px 0px;
}


/* Footer
-------------------------------------------------------------- */

#footer {
	padding:30px 0px;
	margin-bottom:200px;
}
