#container #top_banner {
	background-image: url(images/introBG.jpg);
	height: 470px;
	width: 770px;
	background-color: #000000;
	padding-top: 75px;
	background-repeat: no-repeat;
	background-position: center top;
}
#container {
	width: 770px;
}
#container #footer {
	width: 770px;
}
#container #introSkip {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-transform: capitalize;
	display: block;
	float: right;
	width: 100px;
	margin-top: 17px;
	font-weight: normal;
}
#container #top_banner .addBorder {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
}
#container #footer #language2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	width: 75px;
	float: right;
	margin-right: 235px;
	margin-top: 20px;
}
#container #footer #language2 a {
	color: #FFFFFF;
	text-decoration: none;
}
#container #footer #language2 a:hover {
	color: #999999;
	text-decoration: underline;
}
#container #top_banner #verifyAge {
	display: block;
	width: 364px;
	padding-top: 150px;
}
#container #top_banner #verifyAge .verifyBtns {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}
.verifyBtns a {
	color: #FFFFFF;
	text-decoration: none;
}
.verifyBtns a:hover {
	color: #999999;
	text-decoration: underline;
}
body {
	background-image: url(images/intro_pg_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

