#bg {
	background-image: url(images/bg_grey.jpg);
	background-repeat: repeat;
}
#navbar {
	height: 300px;
	width: 175px;
	left: 170px;
	top: 330px;
}
#specialFeatures {
	height: 500px;
	width: 200px;
	left: 775px;
	top: 350px;
}
#scaryBG {
	background-color: #000000;
	background-image: url(images/scaryjBG2.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	padding: 0px;
}
#titlebanner {
	height: 250px;
	width: 750px;
	top: 20px;
	background-image: none;
}
#adbanner {
	width: auto;
	height: auto;
	left: 450px;
	top: 725px;
	background-position: 400px 800px;
	background-attachment: fixed;
	position: absolute;
}

