@charset "utf-8";
/* CSS Document */

body {
	font-family: helvetica, arial, sans-serif;
	font-size:10px;
	background:url(../site_images/ntf_bg02.jpg) no-repeat center fixed;
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	color: #1E1513;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../site_images/ntf_bg02.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../site_images/ntf_bg02.jpg', sizingMethod='scale')";
}


#page {
	width:900px;
	margin: 0px auto;
}

#header {
	width:900px;
	height:90px;
	v-align: bottom;
}

#menu {
	width:900px;
	height:35px;
}

#flashContent {
	width:900px;
	height:500px;
}

#footer {
	width:900px;
	height:40px;

}


/* hyperlink styles START*/
a:link {
	color: #A39983;
	text-decoration:none;
}
a:visited {
	color: #A39983;
	text-decoration:none;
}
a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
.style2{color:#ffffff;}
/* hyperlink styles END*/