body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 120%;
	background-color: #000000;
	background-image: url(../images/SPIDER.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
h1 {
	font-size: 24px;
	line-height: 100%;
	margin: 0px;
	color: #FFFFFF;
	font-weight: normal;
}
h2 {
	font-size: 14px;
	line-height: 100%;
	margin: 0px;
	font-weight: normal;
	color: #ff7800;
}
a {
	color: #ff7800;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
input {
	font-size: 10px;
	background-color: #ffffff;
	color: #6d6e6f;
}
textarea {
	font-size: 10px;
	background-color: #ffffff;
	color: #6d6e6f;
}
select {
	font-size: 10px;
	background-color: #ffffff;
	color: #6d6e6f;
}
	.text-white {
 color: #ffffff;
	}
.sidebar {
	background-image: url(../images/theEnglishBeat.jpg);
	background-repeat: no-repeat;
}
.body-bkg {
	background-image: url(../images/body-bkg.jpg);
	background-repeat: repeat-y;
	color: #000000;
}
.footer-bkg {
	background-image: url(../images/footer-bkg.png);
	background-repeat: no-repeat;
	height: 106px;
	width: 900px;
	color: #000000;
}
.text-Black {
 color: #000000;
}
#BG {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	background-image: url(../images/BG.png);
	background-position: center top;
	background-repeat: no-repeat;
	z-index: 200;
	height: 900px;
}
#CONTENT {
	width: 900px;
	top: 400px;
	position: relative;
	z-index: 200;
	margin-right: auto;
	margin-left: auto;
}
#FOOTER {
	margin-right: auto;
	margin-left: auto;
	width: 567px;
	height: 434px;
	background-image: url(../images/FOOTER.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 100;
	bottom: 0px;
	left: 0px;
}

