@charset "ISO-8859-1";
#rapper {
	width: 1000px;
	position: relative;
	margin: 0 auto;
}
#content_index {
	background-image: url(images/bean_index.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	width: 100%;
	z-index: 1;
	top: 35px;
	height: 600px;
}
#content {
	width: 100%;
	z-index: 1;
	top: 35px;
	height: 600px;
	position: absolute;
}
#content_fgc {
	width: 891px;
	z-index: 1;
	top: 35px;
	height: 600px;
	position: absolute;
}
#content_waits {
	width: 100%;
	z-index: 1;
	top: 35px;
	height: 600px;
	position: absolute;
	visibility: visible;
}
#credits {
	width: 800px;
	z-index: 11;
	top: 35px;
	height: 600px;
	position: relative;
	background-image: url(images/waits_credits.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	visibility: hidden;
}
#navbar {
	position: absolute;
	width: 100%;
}
#contact {
	position: absolute;
	width: 100%;
	top: 411px;
}
