html {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	background-color: #000;
	padding: 0;
	margin: 0;
	overflow: hidden;
	font-size: 0.75em;
	font-family: Verdana, Geneva, sans-serif;
	overflow: hidden;
}

#Background {
	position: absolute;
	margin-left: -959px;
	margin-top: -526px;
	left: 50%;
	top: 50%;
	width: 1918px;
	height: 1053px;
	z-index: 1;
	background-image: url(images/body_bg.jpg);
	background-repeat: no-repeat;
}

#Background-index {
	position: absolute;
	margin-left: -959px;
	margin-top: -526px;
	left: 50%;
	top: 50%;
	width: 1918px;
	height: 1053px;
	z-index: 1;
	background-image: url(images/body-index_bg.jpg);
	background-repeat: no-repeat;
}

#Container {
	position: absolute;
	margin-left: -395px;
	margin-top: -190px;
	left: 50%;
	top: 50%;
	width: 822px;
	height: 445px;
	z-index: 2;
}

#Menu {
	position: absolute;
	left: 0;
	top: 0;
	width: 822px;
	height: 30px;
	z-index: 3;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

	#Menu ul {
	  list-style-type: none;
	  padding: 0;
	  margin: 0;
	}
	
	#Menu li {
	  display: inline;
	}

#Content {
	position: absolute;
	left: -2px;
	top: 31px;
	width: 800px;
	height: 430px;
	padding-right: 22px;
	padding-bottom: 15px;
	z-index: 4;
	font-size: 120%;
	font-weight: normal;
	overflow: auto;
	visibility: visible;
}

#Content a {
	text-decoration: underline;
}

#Content a img {
	border: none;
}

#banner {
	position: absolute;
	margin-left: -395px;
	margin-top: 300px;
	left: 50%;
	top: 50%;
	width: 822px;
	height: 60px;
	z-index: 20;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: purple;
}

table {
	text-align: center;
}

h1 {
	font-size: 160%;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}

.vcenter {
	position: relative;
	top: -6px;
}
