html {
	background: #000000 url(img/black.png);
	}
#global {
	padding: 0 10px;
	background: url(img/page_bg.jpg) center repeat-y;
	height: 820px
	}
#header {
	background: #000000;
	color: #990000;
	height: 173px;
	}
#menu {
	background: #000000;
	color: #990000;
	height: 113px;
	}	
#general {
	background: #000000 url(img/content_page.jpg) no-repeat;
	color: #990000;
	height: 450px;
	}
#header h1 {
	margin: 0;
	}
#footer {
	background: #000000 url(img/footer.jpg) no-repeat;
	color: #fff;
    height: 81px;
	}

