a:link, a:active, a:visited {font-weight: normal;color: #005efe;text-decoration: none;}
a:hover {font-weight: normal; color: #005efe;text-decoration: underline;}
body {
	background-color: #002a6f;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(templates/images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: center;
	font-family: Tahoma, Helvetica, Geneva, sans-serif;
	font-size: 11px;
}
.center {
	width: 996px;
	margin-right: auto;
	margin-left: auto;
}
.intro {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 996px;
      height: 466px;
      margin-left: -498px; /* half of width */
      margin-top: -233px;  /* half of height */
}
.txt {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 996px;
      height: 466px;
      margin-left: -498px; /* half of width */
      margin-top: -283px;  /* half of height */
			text-align: center;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 18px;
			font-weight: bold;
			color: #FFFFFF;

}

