@charset "UTF-8";
/* CSS Document */
html, body {
	margin:0;
	padding:0;
	border:none;
}
#ageWarning {
	position: absolute;
	left:655px;
	top:0px;
	border:1px solid #FFE3F6;
	width: 218px;
	background: #fff url('../images/warnStars.gif') no-repeat bottom right;
	text-align:center;
}
#ageWarningContent {
	padding-top: 10px;
	padding-bottom: 10px;
	background: transparent url('../images/warnX.gif') no-repeat 200px 6px;
}
#ageWarningContent img {
	position:absolute;
	top:0px;
	right:0px;
}
#ageWarningContent p {
	margin: 10px 18px;
}
#ageWarningContent p.eighteen {
	font-weight:bold;
}
#ageWarningContent a {
	font-weight:bold;
	color:#903;
}
.sectionBody {
	margin:12px 0 0 146px;
}

