BODY		{
		background-color: #483625;
		}




.maintable	{
		background-color: #483625;
		background-image: url("picts/background-intro.jpg");
		background-repeat: repeat-x;
		background-position: 0px 0px;
		}




.rightimage	{
	background-repeat: no-repeat;
	BORDER-LEFT: #fb8217 1px solid;
	background-image: url(picts/intro.jpg);
		}


.flashborder		{ BORDER-TOP: #483625 15px solid; BORDER-BOTTOM: #fb8217 15px solid; }




.textbox		{
			BORDER-TOP: #fb8217 1px solid;
			BORDER-LEFT: #fb8217 1px solid;
			BORDER-BOTTOM: #00000 1px solid;
			BORDER-RIGHT: #00000 1px solid;
			background-color: #483625;
			}


.introtext		{
			FONT: 12px arial, verdana, sans-serif;
			font-weight: normal;
			color: #fb8217;
			}


.introtitle		{
			FONT: 15px arial, verdana, sans-serif;
			font-weight: bold;
			color: #fb8217;
			}



.intro-splits		{ border-top: #fb8217 1px solid; background-color: #483625; color: #483625; height: 2px; width: 80%; }




/* ENTER BUTON CODE */

#enterbutton		{
	position: absolute;
	visibility: visible;
	left: 757px;
	top: 440px;
	z-index:2
}

.enter		{
		font-family: arial, verdana, sans-serif;
		font-size: 9pt;
		font-weight: bold;
		text-align: center;
		display: block;
		width: 135px;
		padding: 3px 0px 3px 0px;
		margin: 0px;
		BORDER: #8FAEB3 1px solid;
		background-color: #483625;
		background-image: url("picts/menu.gif");
		}

a.enter:link		{ color: #fb8217; text-decoration: none; }

a.enter:visited		{ color: #fb8217; text-decoration: none; }

a.enter:active		{ color: #fb8217; text-decoration: none; }

a.enter:hover		{
			color: #FFFFFF;
			background-image: url("picts/menuon.gif");
			text-decoration: none;
			BORDER: #fb8217 1px solid;
			}
