html, body {
	height: 100%;
	background-image: url(joimgs/bg.jpg);
	background-repeat: repeat;
	background-position: center;
}
	

#centeredcontent {
	width: 100%;
	height: 400px;
	border: 0px solid #000;
	color: #fff;
	position: absolute;
	left: 0%;
	top: 25%;
	margin-left: -0px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -0px; 
	/* Half the height of the DIV tag which is also 50 pixels */
}
#centeredpagecontent {
	width: 100%;
	height: 400px;
	border: 0px solid #000;
	color: #fff;
	position: absolute;
	left: 0%;
	top: 20%;
	margin-left: -0px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -0px; 
	/* Half the height of the DIV tag which is also 50 pixels */
}
   html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
   }
   #wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 100%;
   }
html, body, #indexwrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
}
#indexwrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 100%;
}

.home {
	FONT-SIZE: 13px; COLOR: #787878; LINE-HEIGHT: 18px; FONT-FAMILY: Century Gothic;
}
.homelarge {
	FONT-SIZE: 15px; COLOR: #000000; LINE-HEIGHT: 18px; FONT-FAMILY: Century Gothic;
}
.homelinks {
	FONT-SIZE:13px; COLOR:#787878; LINE-HEIGHT:18px; FONT-FAMILY:Century Gothic; TEXT-DECORATION:none;
}
.homelinks:hover {
	FONT-SIZE:13px; COLOR:#787878; LINE-HEIGHT:18px; FONT-FAMILY:Century Gothic; TEXT-DECORATION:underline;
}
.splashlinks {
	FONT-SIZE:13px; COLOR:#D5D4CF; LINE-HEIGHT:18px; FONT-FAMILY:Century Gothic; TEXT-DECORATION:none;
}
.splashlinks:hover {
	FONT-SIZE:13px; COLOR:#D5D4CF; LINE-HEIGHT:18px; FONT-FAMILY:Century Gothic; TEXT-DECORATION:underline;
}
.heading {
	FONT-SIZE: 13px;
	COLOR: #787878;
	LINE-HEIGHT: 15px;
	FONT-FAMILY: Century Gothic;
	font-weight: bold;
}
.pageheadings {
	FONT-SIZE: 20px;
	COLOR: #787878;
	LINE-HEIGHT: 20px;
	FONT-FAMILY: Century Gothic;
	font-weight: bold;
}
.bottomtext {
	FONT-SIZE: 11px; COLOR: #787878; LINE-HEIGHT: 12px; FONT-FAMILY: Century Gothic;
}
.bottomlinks {
	FONT-SIZE: 11px; COLOR: #787878; LINE-HEIGHT: 12px; FONT-FAMILY: Century Gothic; text-decoration:none ;
}
.bottomlinks:hover {
	FONT-SIZE: 11px; COLOR: #000000; LINE-HEIGHT: 12px; FONT-FAMILY: Century Gothic; text-decoration:underline ;
}
