body {
	margin: 0;
	background: url('../img/background.png') no-repeat top center #111;
	font: 0.8em/1.4 Arial;
	color: #333;
	}
	
#info {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5000;
	width: 100%;
	height: 40px;
	margin: 0;
	padding-bottom: 5px;
	background: url('../img/info.png') top repeat-x;
	line-height: 40px;
	font-weight: bold;
	font-size: 1.2em;
	color: #333;
	}
	
	#info span {
		display: block;
		width: 980px;
		margin: auto;
		}
	
#main {
	width: 980px;
	margin: auto;
	background: url('../img/menu.png') right repeat-y #fff;
	}
	
	
	
	
	