html {
	background: #ddd url(img/html.png);
	}
#global {
	padding: 0 10px;
	background: url(img/global.png) center repeat-y;
	}
#header {
	background: #4A7482 url(img/header.jpg) no-repeat;
	color: #fff;
	height: 90px;
	}
#header h1 {
	margin: 0;
	}

#footer {
	background: #7fcf2e url(img/tbar.png) repeat-x;
	height:22px;
	color: #fff;
  font-weight: bold;
	text-align:center;
	font-size:10px;
	}
	
#footer p {
	margin: 4px 0;
	}