@charset "utf-8";
body {
	background-color: #000;
	background-image: url(images/neverland-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin: 10px 0 50px;
	padding: 0px;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
}
#content {
	margin: 0px auto;
	width: 850px;
}
.subhead {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	line-height: 34px;
	font-weight: bold;
	color: #ffffcc;
	margin: 10px 0 0 0;
}
#quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	color: #ffcc66;
	text-align: center;
	margin-top: 50px;
	margin-right: 60px;
}
.quotefrom {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffcc;
	text-align: center;
	margin: 10px 0px 10px 0;
}
#giveaway {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	color: #ffcc66;
	text-align: center;
	background-image: url(images/burst.jpg);
	background-repeat: no-repeat;
	background-position: 63px top;
	margin: 0 60px 0 0;
}
.coming {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	color: #ffcc66;
	text-align: center;
	margin-left: 70px;
}
a:link, a:visited {
	color: #FFC;
}
a:hover, a:visited:hover {
	color: #FC3;
}

