html {
	background: #fff url(img/html.png);
	}
#global {
	padding: 0 0px;
	background: url(img/global.png) center repeat-y;
	}
#header {
	background: #fff;
	color: #000;
	height: 125px;
	}
#header h1 {
	margin: 0;
	}
#footer {
	background: #496FB3 url(img/footer.png) repeat-x;
	color: #fff;
	}

