/* CSS Document - 2006.09.07 - firebelly design corp.: k.brugman */
/* magenta: #7A1A33; teal: #1B98C1; text: #555555; */

	body, html {
		background: #FFFFFF;
		color: #555555;
		font-family: verdana, arial, sans-serif;
		font-size: 11px;
		font-weight:normal;
		line-height: 1.4;
		margin: 0px;
		padding: 0px;
		text-align:center;
		}
		
	a			{ color: #7A1A33; text-decoration: none; }
	a:link		{ color: #7A1A33; text-decoration: none; }
	a:visited	{ color: #7A1A33; text-decoration: none; }
	a:hover		{ color: #7A1A33; text-decoration: none; }
	a:active	{ color: #7A1A33; text-decoration: none; }	
	
	
	img { border:none; display:block; }
	.hide { position:absolute; left:-9999px; }
	

/* SPLASHPAGE TAGS */

	#splashcontainer {
		position: relative;
		background: #FFFFFF;
		color: #555555;
		width: 800px;
		text-align:center;
		padding: 0px;
		margin: 18px auto 0px auto;
		}
		
	#splashcontainer img { margin: 0px auto; }
		
	#splashcontainer a, #splashcontainer #arrows { position: absolute; display:block; }
		
	#splashcontainer a#tfp { top: 134px; left: 252px; width: 343px; height: 115px; }
	
	#splashcontainer a#kmk { top: 302px; left: 252px; width: 243px; height: 50px; }
	
	#splashcontainer #arrows, #splashcontainer #arrows.off {
		background: transparent url(../images/splasharrows.jpg) no-repeat;
		background-position: 0px 0px;
		top: 149px; left: 163px;
		width: 78px; height: 199px;
		}
	
	#splashcontainer #arrows.one { background-position: 0px -199px; }
	#splashcontainer #arrows.two { background-position: 0px -398px; }
	
			
