html {
	/* background: #ddd url(img/html.png); */
	background: #dadfe0;
	}
#global {
	padding: 0 10px;
	background: url(img/global.png) center repeat-y;
	}
#header {
	background: #fff url(img/header.png) no-repeat;
	color: #fff;
	height: 102px;
	}
	
#sidebar
{
	background: #fff url(img/menu_blue.png) left top repeat-y;
}

.sidebarbtm {
	background: #fff url(img/menu_bottom.png) left top no-repeat;
}

#header h1 {
	margin: 0;
	}
#footer {
	background: #097a9f url(img/footer.png) repeat-x;
	color: #fff;
	}

