@charset "utf-8";
body {
	background-color: #9B84B7;
	background-image: url(../images/Purple_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: 0px;
}
#wrapper {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    width: 1024px;
}
.teddybear {
    height: 449px;
    position: relative;
    width: 662px;
    z-index: 1;
	margin: auto;
}
.hearts {
    background-image: url("../images/hearts.png");
    background-position: center 55px;
    background-repeat: no-repeat;
    height: 753px;
    margin: auto;
    position: relative;
    width: 1008px;
    z-index: -1;
}
.orangebottom {
	background-image: url("../images/orange_bottom.png");
	background-repeat: no-repeat;
	height: 215px;
	position: relative;
	width: 1008px;
	z-index: 1;
	margin: auto;
	top: 21px;
}
.scroll {
    background-image: url("../images/scroll.png");
    background-repeat: no-repeat;
    height: 203px;
    margin: 8px;
    position: relative;
    width: 637px;
    z-index: 800;
}
.orangebottom .scroll p {
    color: #744688;
    font-family: "Book Antiqua";
    font-size: 16.87px;
}
.BBtitle {
	left: 300px;
	width: 1000px;
	z-index: 3;
	background-image: url("../images/BBtitle.png");
	background-position: center;
	text-align: center;
	background-repeat: no-repeat;
	height: auto;
}
