/*
 * This layer is also used to center the content horizontaly.
 * The top parent layer must be absolute so that all other nested
 * layers with absolute positioning use relative positions.
 */
html {
	padding:0;
	margin:0;
}

#canvas {
	position:absolute;
	width: 100%;
	height: 100%;
}

#flashContent {
	height: 100%;
}

#mainLanguage {
	position:relative;
	width: 880px;
	height: 594px;
	background-color: #000000;
}

#ageContent {
	position:absolute;
	left:0px;
	top:72px;
	width:880px;
	z-index:10;
	text-align: center;
}

#ageForm {
	position:absolute;
	left:0px;
	top:338px;
	width:880px;
}

#copyright {
	position: absolute;
	width: 880px;
	top: 565px;
	left: 0px;
	text-align: center;
}


/*
 * Styles
 */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: auto; 	
	color: #FFFFFF;
	padding:0;
	margin:0;
	background-color: #000000;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: auto;
	color: #FFFFFF;
	padding:0;
	margin:0px 0px 10px 0px;
}

a {
	color: #660000;
	font-style:normal;
	font-decoration:underline;
}

a:visited {
	color: #660000;
	text-decoration: underline;
}

a:active {
	color: #660000;
	text-decoration: underline;
}

a:hover {
	color: #660000;
	text-decoration: none;	
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: auto;	
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: auto;	
}

.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.breadcrumb a {
	color: #FFFFFF;
	text-decoration: none;	
}

.breadcrumb a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.breadcrumb a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.breadcrumb a:hover {
	color: #D4821A;
	text-decoration: underline;	
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #696969;
}

.copyright a {
	color: #696969;
	text-decoration: none;	
}

.copyright a:visited {
	color: #696969;
	text-decoration: none;
}

.copyright a:active {
	color: #696969;
	text-decoration: none;
}

.copyright a:hover {
	color: #D4821A;
	text-decoration: underline;	
}

/*
 * Form
 */
 
 form {
		margin:0;
		padding:0;
		overflow: hidden;
	}
 
 .field01 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 18px;
	line-height: auto; 	
	color: #FFFFFF;	 
    width: 86px;
	height: 72px;
	border:0;
    padding: 4px 0 0 11px;
	margin: 0;
	background-image: url(../images/inputfield_age01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:transparent;
} 

.dropDown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: auto; 	
	color: #FFFFFF;	 
    background-color: #000000;    
} 
 
.formtxt01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: auto; 	
	color: #000000;	 
    width: 80px;
    background: transparent;    
} 

.formtxt02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: auto; 	
	color: #000000;	  
}

.formtxt03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px; 	
	color: #000000;	  
} 
 

.box { 
    background: transparent;
}
