/*----------------------------
	GENERAL
---------------------------*/
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #594130;
}
#container {
	width: 773px;
	height: 594px;
	margin: 20px auto 0 auto;
	padding: 5px;
	background-color: #CFB287;
	position: relative;
}
a#spooky {
	display: block;
	text-indent: -2100px;
	text-decoration: none;
	width: 219px;
	height: 29px;
	background: transparent url(../_images/index_files/spooky_monkeys.jpg) no-repeat 0 0 ;
	position: absolute;
	left: 299px;
	top: 15px;
}
a#spooky:hover {
	background: transparent url(../_images/index_files/spooky_monkeys_over.jpg) no-repeat 0 0 ;
}
a#bigspooky {
	display: block;
	text-indent: -2100px;
	text-decoration: none;
	width: 226px;
	height: 195px;
	background: transparent url(../_images/index_files/bigspooky.jpg) no-repeat 0 0 ;
	position: absolute;
	left: 88px;
	top: 248px;
}
a#bigspooky:hover {
	background: transparent url(../_images/index_files/bigspooky_over.jpg) no-repeat 0 0 ;
}
/*----------------------------
	POPUPS
---------------------------*/
#ppcontainer {
	width: 330px;
	height: 470px;
	background-color: #CFB287;
	background: transparent url(../_images/index_files/popups/popup_background.jpg) no-repeat 0 0 ;
}
#monkey {
	display: block;
}
a#next {
	display: block;
	text-indent: -2100px;
	text-decoration: none;
	width: 128px;
	height: 53px;
	background: transparent url(../_images/index_files/popups/sm_popup_next.jpg) no-repeat 0 0 ;
	position: absolute;
	left: 202px;
	top: 417px;
}
a#back {
	display: block;
	text-indent: -2100px;
	text-decoration: none;
	width: 129px;
	height: 53px;
	background: transparent url(../_images/index_files/popups/sm_popup_back.jpg) no-repeat 0 0 ;
	position: absolute;
	left: 0;
	top: 417px;
}
a#buy {
	display: block;
	text-indent: -2100px;
	text-decoration: none;
	width: 73px;
	height: 53px;
	background: transparent url(../_images/index_files/popups/sm_popup_buynow.jpg) no-repeat 0 0 ;
	position: absolute;
	left: 129px;
	top: 417px;
}
a#buy:hover {
	background: transparent url(../_images/index_files/popups/sm_popup_buynow_over.jpg) no-repeat 0 0 ;
}

/* BUY PAGE */
#pp_container{
	width: 495px;
	height: 259px;
	margin: 20px auto 0 auto;
	padding: 5px;
	background-color: #CFB287;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
#pp_container img {
	width: 165px;
	height: 209px;
}
#bottomcontainer {
	position: center;
}
#pp_text {
	width: 180px;
	padding: 10px;
	position: absolute;
	left: 115px;
	top: 220px;
}
#pp_button {
	padding: 10px;
	position: absolute;
	left: 35px;
	top: 220px;
}