body {
	background: #140e1f;
}

.section_top {
	background: url('../img/bg1.gif') #140e1f fixed;
}

.section_top_0 {
	background: url('../img/bg1bottom.png') repeat-x 0 100%;
}

.section_top_1 {
	background: url('../img/bgbigplanet.png') no-repeat 50% 0 fixed;
}

.section_top_2 {
	background: url('../img/bgplanet1.png') no-repeat 10% 20%;
}

.section_top_3 {
	background: url('../img/bgplanet2.png') no-repeat 95% 65%;
}

.section_top_4 {
	background: url('../img/bggirl.png') no-repeat 50% 0;
}

.section_top_5 {
	background: url('../img/bgdoor.png') no-repeat 50% 100%;
}

.divider {
	height: 27px;
	background: url('../img/bg2.gif');
}

.section_bottom {
	background: url('../img/bg3.gif') fixed;
}

.section_bottom_0 {
	background: url('../img/bg3bottom.png') repeat-x 0 100%;
}

.section_bottom_1 {
	background: url('../img/bgtree.png') no-repeat 50% 100%;
}

.header {
	height: 120px;
	background: url('../img/header.png') no-repeat 50% 0;
	text-indent: -10000px;
}

h1 {
	font-size: 48px;
	color: #ffffff;
}

span {
	color: #ffe139;
}

h2 {
	font-size: 30px;
	color: #ffffff;
}

h3 {
	font-size: 24px;
	color: #ffffff;
}

h4 {
	font-size: 60px;
	background: url('../img/star.png') no-repeat;
	text-indent: 72px;
	margin: 10px 0 7px;
	padding-top: 3px;
	color: #ffffff;
}

.ivygames {

}

.ivygames a {
	display: block;
	margin: -10px auto;
	width: 100px;
	height: 100px;
	background: url('../img/ivygames.png') no-repeat;
}

.ivygames a:hover {
	background-position: 0 -100px;
}

.youtube {
	background: url('../img/video.png') no-repeat 50% 0;
	height: 608px;
	margin-bottom: 10px;
}

.youtube div {
	width: 900px;
	height: 506px;
	margin: 0 auto;
	padding: 50px 0 0;
}

.green {
	width: 480px;
	text-align: center;
	background: #32815c;
	border: 4px solid #2cd284;
	border-radius: 8px;
	margin: 0 auto;
	padding: 6px 0;
}

.humble {
	width: 550px;
	background: #140e1f;
	border-radius: 8px;
	margin: 15px auto;
	text-align: center;
	padding-bottom: 10px;
}

.top_spacer {
	height: 100px;

}

p {
	text-shadow: 0px 2px #140e1f;
	line-height: 30px;
	margin-bottom: 30px;
	font-family: "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 18px;
	color: #ffffff;
}

li {
	margin: 0 0 10px 10px;
	text-indent: 25px;
	list-style: none;
	background: url('../img/bullet.png') no-repeat 0 5px;
}

ul {
	margin-bottom: 30px;
	font-family: "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 18px;
	color: #ffffff;
}

.screenshot {
	position: relative;
	height: 140px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.screenshot a {
	position: absolute;
	top: 0;
	left: 0;
	background: url('../img/circle.png') no-repeat;
	display: block;
	width: 140px;
	height: 140px;
	z-index: 10;
}

.screenshot img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.screenshot a:hover {
	background-position: 0 -140px;
}

.bottom_nav {
	margin-top: 20px;
}

.bottom_nav a {
	display: block;
	width: 202px;
	padding: 11px 0 6px;
	text-decoration: none;
	font-size: 48px;
	background: #140e1f;
	border-radius: 8px;
	border: 4px solid #140e1f;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}

.bottom_nav a:hover {
	border-color: #ffe139;
}

.footer {
	width: 940px;
	margin: 0 auto;
	margin-top: 1000px;
	font-size: 10px;
	color: #262b5e;
	text-align: right;
}

.footer a {
	color: #2e346e;
	text-decoration: none;
}

.footer a:hover {
	color: #fff;
}

p a {
	color: #ffe139;
	text-decoration: none;
}

p a:hover {
	color: #ffe139;
	text-decoration: underline;
}

p.quote {
	font-size: 24px;
	line-height: 40px;
	font-style: italic;
	margin-top: 40px;
}

p.quote a {
	display: block;
	font-size: 18px;
	text-indent: 150px;
	font-weight: bold;
}

del {
	color: #c3c4d2;
}

.seen {
	color: #ffffff;
	margin-top: -46px;
}

.seen strong {
	text-indent: 40px;

	display: block;
	font-size: 28px;
	margin-bottom: 2px;
}

.seen a {
	display: inline-block;
	border-radius: 6px;
	padding: 4px;
	margin-bottom: 5px;
	background: #140e1f;
}

.seen a:hover {
	background: #fc0;
};