@charset "utf-8";

body { 
	margin:0px; 
	padding:0px; 
	height:100%; 
}

.headerLogo{
	border:none;
	margin-left:30px;
}

#selectorFlashId{
	text-align:center;
	font-weight:bold;
}

#selectorFlashId a{
	color:#333;
	font-weight:bold;
}

#halo_center_top { 
	height:170px; 
	width:100%;
	position:absolute;
	left:0px;
	top:0px;
	background-image: url('../img/intro_background_03.gif');
	background-repeat:repeat-x;
	z-index:0;
} 

#halo_center_bottom {
	height:173px;
	position:absolute;
	width:100%;
	z-index:0;
	top:532px;
	left:0px;
	background-image: url('../img/intro_background_23.gif');
	background-repeat:repeat-x;
} 

#halo_left_bottom { 
	position:absolute; 
	left:0px;
	top:532px;
	z-index:2;
} 
 
#halo_left_top{
	position:absolute;
	left:0px;
	top:0px;
	height:705px;
	padding:0px;
	width:142px;
	background-image: url('../img/intro_background_11.gif');
	z-index:1;
} 

#halo_right_bottom{
	position:absolute; 
	right:0px; 
	top:532px;
	z-index:2;
}

#halo_right_top{
	position:absolute; 
	right:0px; 
	top:0px; 
	padding:0px;
	height:705px; 
	width:125px; 
	background-image: url('../img/intro_background_15.gif');
	z-index:1;
}

#header {
	width:968px; 
	height:110px;
	position:absolute;
	top:0px;
	left:50%; 
	margin-left:-479px;
}

#headerFlashId{ 
	margin-top:20px;
}

#container{
	width:100%; 
	height:100%; 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:3;
}

#intro {
	width:648px; 
	background-image:url(../img/panos/top.jpg);
	background-repeat:no-repeat;
	height:378px; 
	position:absolute;
	top:71px;
	left:50%;
	margin-left:-324px;
}

#region_selector {
	width:648px; 
	height:256px;
	position:absolute;
	top:447px;
	left:50%; 
	margin-left:-324px;
	background-image:url(../img/panos/bottom.jpg);
	background-repeat:no-repeat;
}