
html, body {
	background-color: #B0C0FF;
}

div.wrapper {
	margin: 8pt auto;
	border: 3pt solid #012D52;
	background-color: #FFFFFF;
	width: 480px;
}

div.warnimage {
	text-align: center;
	height: 320px;
	border-bottom: 2pt solid #012D52;
}

h1 {
	white-space: nowrap;
	text-align: center;
	font-size: 2.5em;
	font-weight: bold;
	margin: 4pt;
	font-variant: small-caps;
	color: #B50027;
}

p.welcome {
	white-space: nowrap;
	text-align: center;
	font-size: 0.9em;
	margin: 4pt;
}

p.adultsonlytop {
	white-space: nowrap;
	font-size: 1.5em;
	color: #012D52;
	margin: 12pt 4pt 4pt 4pt;
	text-align: center;
}

p.adultsonlybottom {
	font-size: 0.825em;
	margin: 4pt 6pt;
	line-height: 1.5em;
	text-align: justify;
}

p.enter {
	white-space: nowrap;
	margin: 12pt 4pt 4pt 4pt;
	font-size: 1.5em;
	text-align: center;
	font-weight: bold;
}


