html {
	background: #ddd url(img/html.png);
	}
#global {
	padding: 0 10px;
	background: url(img/global.png) center repeat-y;
	}
#header {
	background: White url(img/ban.gif) no-repeat;
	color: #fff;
	height: 80px;
	border-bottom: thin dashed #4682B4;
}
#header h1 {
	margin: 0;
	}
#footer {
	background: #4682B4;
	color: #fff;
}


