body {
	text-align:center;
	background-image: url(images/background.jpg);
	ul.navbar {
    position: absolute;
    top: 1em;
    left: 1em;
    width: 9em }
}
#Wrapper {
	width:1000px;
	margin:0 auto;
	text-align:left;
}
#Content {
	position:absolute;
	width:1000px;
	height:951px;
	z-index:1;
	background-color: #FFFFFF;
}
#Banner {
	position:absolute;
	width:1000px;
	height:225px;
	z-index:2;
	left: 0px;
	top: 0px;
}
#Menu {
	position:absolute;
	width:1000px;
	height:25px;
	z-index:3;
	left: 0px;
	top: 227px;
}
#Info {
	position:absolute;
	width:1000px;
	height:701px;
	z-index:12;
	left: 0px;
	top: 259px;
}

