body {
	background: #000 url(images/background.jpg) no-repeat top center;
}
.clear {
	clear: both;
}
h1#logo {
	text-indent: -9999px;
	width: 100%;
	height: 343px;
}

/* "I Got Spanked" Badge */
#i-got-spanked {
	position: relative;
	top: 187px;
	left: 74px;
	z-index: 1;
}
#i-got-spanked h2 {
	text-indent: -9999px;
	width: 175px;
	height: 172px;
	background: url(images/i-got-spanked.png) no-repeat top left;
}

/* Movie */
#movie_container {
	margin-top: -228px;
	position: relative;
}
#movie_container #movie {
	position: relative;
	width: 486px;
	margin: 0 auto;
	z-index: 100;
}

/* Downloads Section */
#downloads {
	position: relative;
	float: right;
	background: url(images/downloads_bg.png) no-repeat top right;
	width: 352px;
	height: 339px;
	margin-top: -285px;
	z-index: 1;
}
#downloads h2 {
	background: url(images/downloads.png) no-repeat top right;
	width: 149px;
	height: 40px;
	text-indent: -9999px;
	float: right;
	margin: 111px 73px 0;
}
#downloads p {
	padding-left: 135px;
}

/* Info */
#info {
	cursor: pointer;
	background: url(images/maintext.png) no-repeat top center;
	width: 506px;
	height: 82px;
	top: -46px;
	position: relative;
	z-index: 1000;
	margin: 0 auto;
}
#info:hover {
	background: url(images/maintext-over.png) no-repeat top center;
}
#info p {
	display: none;
}

/* Footer */
#ft {
	text-align: center;
	color: #fff;
	font-size: 84%;
	margin-top: -46px;
}
#ft img {
	margin-right: 37px;
	top: 18px;
	position: relative;
}