@media screen {
	html {
		background:  #E8E8E8;
	}
	
	body {
	}
	
	#outer-container {
	}
	
	h1 {
		background-image: url("header_bg.png");
		background-repeat: repeat-x;
		color: #F8FFFF;
		border: none;
		box-shadow: 0.2em 0.2em 0.2em #bbb;
		z-index: 1001;
	}
	
	.extraMenu {
		background-image: url("menu_bg.png");
		background-repeat: repeat-x;
		color: #ccc;
		padding: 0.6em;
		margin-bottom: 0.8em;
		font-family: 'Trebuchet MS',Arial,sans-serif;
		border: none;
		box-shadow: 0.2em 0.2em 0.2em #bbb;
		text-align: center;
	}
	.extraMenu a {
		color: #f0f6f6;
		margin: 0 2em;
	}
	
	#footer {
		background-image: url("footer_bg.png");
		background-repeat: repeat-x;
		color: #ccc;
		padding: 0.6em;
		margin-bottom: 0.8em;
		font-family: 'Trebuchet MS',Arial,sans-serif;
		border: none;
		box-shadow: 0.2em 0.2em 0.2em #bbb;
		text-align: center;
	}
	#footer a {
		color: #f0f6f6;
		margin: 0 2em;
	}
}
