.body {
	background-image: url(../images/NothingHelper_background.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-color: #666;
}
.container {
	width: 1000px;
	position: relative;
	text-align: center;
	margin: auto;
	background-image: url(../images/background.png);
	padding-top: 10px;
}
.header {
	text-align: center;
	height: 140px;
	background-image: url(../images/NothingHelper_site.png);
	background-position: 225px;
	background-repeat: no-repeat;
}
#NHlogo {
	float: left;
	position: relative;
}
#navbar {
	width: 305px;
	float: left;
	position: relative;
	clear: left;
	top: -20px;
}
#content {
	background-image: url(../images/NothingHelper_rectangleBackground.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 300px;
	width: 650px;
	position: relative;
	top: -100px;
	float: left;
	clear: none;
	padding-top: 30px;
	font-family: "Comic Sans MS", "Arial Black", sans-serif;
	color: #FFF;
	padding-left: 5px;
}
#content02 {
	font-family: "Comic Sans MS", "Arial Black", sans-serif;
	color: #FFF;
	position: relative;
	width: 1000px;
	padding-top: 15px;
	clear: left;
	top: -50px;
	background-image: url(../images/NothingHelper_rectangleBackground3.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 150px;
	text-align: center;
	line-height: 8px;
}
#footer {
	width: 1000px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
	clear: left;
	position: relative;
	top: -50px;
}
#poster {
	float: none;
	position: relative;
	clear: none;
	right: -280px;
	bottom: 50px;
}
