html{
	height:100%;
}
	
	
body{
	background:#1f1e58; 
	height:100%; 
	margin:0px; 
	padding:0px;
	font-family:"Arial", sans-serif;
	font-size:10pt;
}

h1{
	font-family:"Arial Rounded MT Bold", sans-serif;
	font-size:20pt;
	color:#ffa20f;
	margin:5px;
	}
	

h2{
	font-family:"Arial Rounded MT Bold", sans-serif;
	font-size:15pt;
	color:#ffa20f;
	margin:0px;
	}
	
#map{
	position:fixed !important;
	left:0px !important; 
	top:0px !important;  
	width:100%;  
	height:100%;
}

#welcome{
	position:absolute; 
	top:0px; 
	right:0px; 
	width: 100%; 
	height:100%;
	text-align: center;
	z-index:2;
}
#welcome-text{
	width: 400px; 
	height:430px;
	text-align: center;
	background:#ffffff;
	position:relative; 
	padding:10px;
	padding-left:30px;
	padding-right:30px;
	top:270px !important;
	top:45%; 
	margin-top:-215px;
	margin-left:auto;
	margin-right:auto;
	
}

#about{
	position:absolute; 
	top:0px; 
	right:0px; 
	width: 100%; 
	height:100%;
	text-align: center;
	z-index:3;
	visibility:hidden;
}
#about-text{
	width: 450px; 
	height:230px;
	background:#1f1e58;
	position:relative; 
	padding:0px;
	text-align: left;
	top:300px !important;
	top:50%; 
	margin-top:-115px;
	margin-left:auto;
	margin-right:auto;	
}
#about-header{
	height:26px;
	clear:both;
	text-align: center;
	}
.about-header, .about-header-active{
	background:#ffffff;
	float:left;
	height:25px;
	width:139px;
	margin-right:1px;	
	margin-bottom:1px;
}

.about-header-active{
	height:26px;	
	margin-bottom:0px;
	}
	
#about-header-close{
	width:30px;
	margin-right:0px;
	
	font-family:"Arial Rounded MT Bold", sans-serif;
	font-size:15pt;
	color:#ffa20f;
	margin:0px;
}

.about-content, .about-content-active{
	width:410px;
	height:204px;
	position:absolute;
	top:26px;
	background:#ffffff;
	text-align: center;
	visibility:hidden;
	padding:20px;
	overflow:auto;
}

.about-content-active{
	visibility:visible;
	
	clear:both;
}

#navi{
	position:absolute; 
	top:0px; 
	right:0px; 
	width: 170px; 
	filter:alpha(opacity=50); 
	-khtml-opacity:0.5; 
	-moz-opacity:0.5; 
	opacity:0.5; 
	background:#ffffff;
}

#form{
	padding:0px; 
	margin:0px 0px 10px 0px;
}

#selection{
	padding:0px 10px 10px 10px; 
	margin:0px 10px 0px 10px;
}

#resetCustomArea{
	visibility:hidden;
	padding-left:20px;
}

#imageContainer{
	text-align: center;
}

#aboutLink{
	font-family:"Arial Rounded MT Bold", sans-serif;
	font-size:10pt;
	color:#ffa20f;
	right:20px;
	text-align:right;
	padding-top:10px;
	}

#adspace{
	background:#ffffff;
	position:absolute;
	bottom:3px;
	left:70px;
	height:63px;
	padding-top:3px;
	padding-left:3px;
	padding-right:3px;
	filter:alpha(opacity=50); 
	-khtml-opacity:0.5; 
	-moz-opacity:0.5; 
	opacity:0.5; 
}
	