body{
	margin:0;
	padding:0;
	background-color: #000;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.6em;
	background-image : url(splashBGSmaller.jpg);
	background-repeat: no-repeat;
	background-position:center top;
}
p {
	margin: 0px 0px 20px 0px; 
	}

a:link, a:visited {
	color: #fff;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
	}

#wrapper{

 	width: 570px;
 	height: 424px;

	border: 0px #999 solid;
	position: absolute; 
	top: 0%;
	left: 50%; 
	margin-left: -285px; /*set to a negative number 1/2 of your width*/
	margin-top: 100px; /*set to a negative number 1/2 of your height*/
}

#content {	
 	position: relative;
}

#copy {	
 	position: relative;
	text-align:center;
}

	

img, #logo, #footerLogos { behavior: url(iepngfix.htc); }
#logo h1 {
	margin:0px;
	display:block;
	text-indent:-9999px;
}
#logo {
	text-align:left;
	margin-left: 190px;
	background-image:url(CFClogo.png);
	background-repeat:no-repeat;
	width:190px;
	height:241px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#footerLogos{
	margin-left: 10px;
	/*background-image:url(footerLogos.png);*/
	background-repeat:no-repeat;
	width:318px;
	height:102px;
}

a.button {
	background:#00A8EC url(button_bg_o.jpg) repeat-x;
	border:1px solid #fff;
	
	
	
	padding:5px 10px 5px 10px;
	color: #ffffff;
	text-decoration: none;
	
	text-transform:uppercase;
	font-size:11px;
	line-height:25px;	
}
a.button:hover {
	background:#32312f url(button_bg2.jpg) repeat-x;
	border:1px solid #32312f;
}
	