/*------------------Begin Body------------------------*/
body {
 	background-image: url(images/bgs_new/dark_flowers.gif);
	background-repeat: repeat;
	width: 942px;
	height: 768px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
	color: #CCCCCC;
}
/*------------------End Body------------------------*/

/*------------------Begin Splash------------------------*/
#lftcolm{
	position: absolute;
	background-image: url(images/bgs_new/brdlft2.gif);
	background-repeat: repeat-y;
	width: 43px;
	height: 768px;
	text-align: left;	
	top: 0px;
	left: 0px;
	margin-left: 0px;
}

#splash {
	text-align: center;
	width: 760px;
	height: 550px;
	position: absolute;	
	left: 35px;
	margin-left: 35px;
	top: 0px;
}

#splashcontainer {
	position: absolute;
	width: 850px;
	height: 690px;
	top: 10px;
	left: 0px;
	margin-left: 0px;
}

#splashfooter {
	position: absolute;
	text-align: left;
	width: 375px;
	height: 8px;
	bottom: 30px;
	left: 130px;
	margin-left: 130px;
	text-align: center;
	color: #CCCCCC;
}

#enter {
	width: 750px;
	height: 30px;
	position: absolute;
	top: 550px;
	left: 35px;
	margin-left: 35px;
	text-align: center;
	font-size: 16px;
	color: #CCCCCC;
}
/*------------------End Splash------------------------*/

/*--------------------Begin General Links -----------------------*/
a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #CC00FF;
	text-decoration: none;
}

a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #9900FF;
	text-decoration: line-through;
}

a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FF66FF;
	text-decoration: underline;
}

a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #CC00FF;
	text-decoration: none;
}
/*--------------------End General Links -----------------------*/
