/* CSS Document */

/*NOTE: All default values have been logged (commented) beside the corresponding attributes.*/

@import "mastercontrol.css";

body {
	ont-family: Arial,Verdana,Helvetica,sans-serif; /*Arial, Verdana, Helvetica, sans-serif*/
	color: #000000; /*#000000*/
	font-weight: normal; /*normal*/
	font-size: 16px; /*16*/
	background-color: #000;/*ccc*/
}
	
#main_header2 {
	background-image: url(../images/ns_regionselect_banner02.jpg); /*../images/ns_regionselect_banner02.jpg OR nschristmas0000.jpg or cdns_regionselect_banner02.jpg*/
	position: relative; /*fixed*/
	width: 1024px; /*780*/
	height: 210px; /*210*/
	top: 0px; /*0*/
	left: 0px; /*0*/
	z-index: 5; /*5*/
	}

#main_footer {
	background-image: url(../images/ns_regionselect_footer.gif); /*../images/ns_regionselect_footer.gif*/
	position: relative; /*fixed*/
	width: 1024px; /*780*/
	height: 50px; /*50*/
	bottom: 0px; /*605*/
	left: 0px; /*0*/
	z-index: 3; /*3*/
	}
	
#r_select {
position: relative;
width: 454px;
left: 300px;
z-index: 3;
}

