
html {
	height: 100%;
	padding: 0;
	margin: 0px auto;
	}
body {
	font-family:Tahoma, Arial, sans-serif;
	background:#fff;
	color: #333;
	padding: 0;
	margin: 0px auto;
	text-align: center;
	}
#wrapper {
	width:980px;
	margin: 0px auto;
	text-align: center;
	}
#langSelectBanner {
	width: 980px;
	height: 435px;
	margin:0px auto;
	behavior: url('/iepngfix.htc');
	}
#ageSelect {
	width: 333px;
	margin: 0px auto;
	}
#ageSelect fieldset {
	border: 0px;
	width: 100px;
	margin:0 10px 0 0;
	padding: 0px;
	float: left;
	text-align: center;
	}
#ageSelect fieldset label {
	font-size: 10px;
	color: #9cc4d5;
	font-weight: bold;
	width:100px;
	}
#ageSelect fieldset select {
	width: 75px;
	}
#ageWarning {
	width: 350px;
	height: 105px;
	background: url(/_static/images/www/Shared/ageWarningBg.png) no-repeat;
	clear:both;
	margin:0px auto;
	margin-top: 10px;
	}	
#ageWarning .mainButton {
	background: #c10534;
	border: none;
	color: #fff;
	font-size: 9px;
	margin-top:75px;
	margin-right: 12px;
	margin-left: 5px;
	font-family: verdana;
	width: 75px;
	height: 18px;
	text-transform: uppercase;
	}
#logo {
	width: 350px;
	height: 50px;
	margin: 0px auto;
	margin-top:10px;
	background: #f0f0f0 url(/_static/images/www/Shared/ageCheckLogo.png);
	}