/* CSS Document */

/* html {
	background-color: #ddd;
	background-image: url(../img/html.png);
	} */
#global {
	padding: 0px;
	background-image: url(../img/bck_content.jpg);
	background-repeat: repeat-y;
	background-position: center;
	}
#header {
	height: 201px;
	background-color: #f5d75c;
	background-image: url(../img/Logo.jpg);
	background-repeat: no-repeat;
	}
#header h1 {
	margin: 0;
	}
#footer {
	background-color: #f5d75c;
	height: 32px;
	}
