body {
    background-color: #030208;
    background-image: none;
}

#mainWrap {
    width: 700px;
}

#playground {
    width: 700px;
    margin: 0 auto;
    min-height: 750px;
    background-position: 27px 95px;
    background-image: url(../img/playground-islands.png);
    background-repeat: no-repeat;
    position: relative;
    z-index: 8;
}

#copyright {
    position: relative;
    z-index: 10;
    margin: -40px 0 0 0;
}
.playgroundObj .playgroundText {
    background-image: url(../img/playground-text.png);
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -2000px;
    display: block;
    position: absolute;
    z-index: 10;
    outline: none;
}

.playgroundObj .playgroundToy {
    background-image: url(../img/playground-toys.png);
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -2000px;
    display: block;
    position: absolute;
    z-index: 9;
    cursor: pointer;
    outline: none;
}

#junglegymObj .playgroundText {
    width: 110px;
    height: 40px;
    background-position: 0 0;
    top: 113px;
    left: 352px;
}
#junglegymObj .playgroundToy {
    width: 82px;
    height: 68px;
    background-position: -137px 0;
    top: 60px;
    left: 326px;
}
#junglegymObj.hov .playgroundText {
    background-position: -400px 0;
}
#junglegymObj.hov .playgroundToy {
    background-position: -137px -350px;
}


#towerObj .playgroundText {
    width: 146px;
    height: 56px;
    background-position: 0 -68px;
    top: 228px;
    left: 199px;
}
#towerObj .playgroundToy {
    width: 126px;
    height: 136px;
    background-position: 0 0;
    top: 117px;
    left: 168px;
}
#towerObj.hov .playgroundText {
    background-position: -400px -68px;
}
#towerObj.hov .playgroundToy {
    background-position: 0 -350px;
}

#sandboxObj .playgroundText {
    width: 148px;
    height: 56px;
    background-position: 10px -136px;
    top: 274px;
    left: 485px;
}
#sandboxObj .playgroundToy {
    width: 122px;
    height: 70px;
    background-position: -137px -74px;
    top: 318px;
    left: 545px;
}
#sandboxObj.hov .playgroundText {
    background-position: -390px -136px;
}
#sandboxObj.hov .playgroundToy {
    background-position: -137px -424px;
}

#photosObj .playgroundText {
    width: 142px;
    height: 34px;
    background-position: 0 -204px;
    top: 416px;
    left: 137px;
}
#photosObj .playgroundToy {
    width: 133px;
    height: 127px;
    background-position: -270px 0;
    top: 333px;
    left: 64px;
}
#photosObj.hov .playgroundText {
    background-position: -400px -204px;
}
#photosObj.hov .playgroundToy {
    background-position: -270px -350px;
}

#writingObj .playgroundText {
    width: 152px;
    height: 36px;
    background-position: 10px -272px;
    top: 440px;
    left: 360px;
}
#writingObj .playgroundToy {
    width: 123px;
    height: 81px;
    background-position: -270px -147px;
    top: 472px;
    left: 473px;
}
#writingObj.hov .playgroundText {
    background-position: -390px -272px;
}
#writingObj.hov .playgroundToy {
    background-position: -270px -497px;
}

#monkeybarsObj .playgroundText {
    width: 373px;
    height: 65px;
    background-position: 0 -340px;
    top: 607px;
    left: 93px;
}
#monkeybarsObj .playgroundToy {
    width: 187px;
    height: 168px;
    background-position: 0 -147px;
    top: 495px;
    left: 220px;
}
#monkeybarsObj.hov .playgroundText {
    background-position: -400px -340px;
}
#monkeybarsObj.hov .playgroundToy {
    background-position: 0 -497px;
}

#tooltip {
	position: absolute;
	background: url('../img/tooltip-cloud.png') no-repeat 0 0;
	z-index: 3000;
	padding: 24px 55px 8px 35px;
	width: 154px;
	min-height: 164px;
	line-height: 13px;
	text-align: left;
}

#tooltip h3 {
    font-size: 20px;
    font-family: Georgia, Serif, serif;
    font-weight: normal;
    line-height: 1.4em;
    text-align: center;
}

#tooltip.viewport-bottom {
    background-position: -150px 0;
    padding: 8px 11px 14px 11px;
}