html {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #060606
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #060606;
	font-family: 'Helvetica', sans;
	font-size: 10px;
}

body#terms, body#privacy {
	height: auto;
	
	width: 930px;
	margin: 0 auto;
	padding: 20px;
	border-left: 1px solid #2c2c2c;
	border-right: 1px solid #2c2c2c;
	color: #aaa;
	overflow: auto;
	font-size: 14px;
	line-height: 18px;
	
}

body#terms ol ol, body#privacy ol ol {
	list-style-type: lower-alpha;
}

body#terms ul, body#privacy ul {
	list-style-type: disc;
} 

body#terms ol li, body#privacy ol li {
	margin-bottom: 20px;
}

ul#legal {
	float: right;
	width: 235px;
	margin: 0;
}

ul#legal li {
	float: left;
	padding-left: 20px;
}

ul#legal li a {
	color: #666;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
}


h1, #ageform h2, #ageform p {
	display: none;
}

#flash_content, #wrap {
	width: 968px;
	height: 620px;
}


/* Age form */
#ageform {
	

	width: 906px;
	height: 170px;

	padding: 435px 0 0 62px;
	
	background: #000 url('../images/age_bg.jpg') no-repeat;
	border: 1px solid #2c2c2c;
}

#ageform h3 {
	color: #666;
	text-transform: uppercase;
	font-size: 1.8em;
}

#ageform h4 {
	width: 100px;
	height: 30px;
	text-align: center;
	text-transform: uppercase;
	color: #666;
	float: left;
	line-height: 30px;
	font-size: 1.8em;
	margin: 0 35px 0 0;
}

#ageform h4 a {
	color: #666;
	display: block;
	text-decoration: none;

	background: #000 url('../images/button_bg.png') repeat-x;
	
}

#ageform h4 a:hover {
	background-position: 0 -30px;
}

#ageform h5 {
	float: left;
	clear: both;
	color: #666;
	text-transform: uppercase;
	font-size: 10px;
	padding-top: 5px;
	
}

#ageform h5 a {
	color: #666;
}

#ageform #international-links {
	display: block;
	position: relative;
	bottom: -116px;
	left: 675px;
	
	width: 233px;
	height: 14px;
	background: #000 url('../images/sagatiba_intl.png') left top no-repeat;
	
	text-indent: -9999px;
}

#ageform #international-links #brazil-link {
	display: block;
	position: absolute;
	
	width: 32px;
	height: 9px;
	top: 5px;
	left: 152px;
	background: #000 url('../images/sagatiba_brazil.png') left top no-repeat;
}

#ageform #international-links #europe-link {
	display: block;
	position: absolute;
	
	width: 37px;
	height: 9px;
	top: 5px;
	left: 195px;
	background: #000 url('../images/sagatiba_eu.png') left top no-repeat;
}