@charset "utf-8";
#page, #main, #main_bottom, #footer, #generator, #addthis {
	display: block;
	float: left;
}
#header, #nav, #main, #main_bottom, #generator, #footer {
	width: 980px;
}
#page {
	position: absolute;
	width: 980px;
	left: 50%;
	margin-left: -490px;
	background-image: url(../img/body-repeat.gif);
	background-repeat: repeat-y;
	margin-top: 40px;
}
#nav {
	position: absolute;
	width: 980px;
	left: 50%;
	margin-left: -490px;
	margin-top: 40px;
	height: 60px;
	background-image: url(../img/nav-background.gif);
	background-repeat: no-repeat;
}
#generator {
	position: absolute;
	width: 980px;
	left: 50%;
	margin-left: -490px;
	margin-top: 180px;
	height: 430px;
	background-image: url(../img/generator-background.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#main {
	margin-top: 70px;
	background-image: url(../img/h1-background.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
}
#footer {
	background-image: url(../img/footer-background.gif);
	height: 60px;
	background-color: #262B2E;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#addthis {
	margin-top: 4px;
	margin-left: 28px;
}
