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

@charset "utf-8";

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #CC0099;
}
a {
	font-size: 11px;
}

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color:#CCCCCC;
}

body {
	background-color:#666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

DIV.outer
  {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 921px;
	height: 500px;
	margin-left: -460px; /* half of width */
	margin-top: -250px;  /* half of height */
	background-image:url(im/holdingpage.jpg);
	background-color:#000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
  }
DIV.contact{
	position:absolute;
	left:20px;
	top:142px;
	width:320px;
	height:13px;
	z-index:1;
}

