body {										/* body rules */
		font-family: Verdana;
		font-size: .7em;
		color: #1c1c1c;
		background: #FFF;
	}
	
	div#splash_element {
				position: absolute;
				width: 600px;
				height: 520px;
				
				top: 50%;
				margin-top: -260px;
				left: 50%;
				margin-left: -300px;
				}
				
	div#logo_element {
				position: absolute;
				width: 237px;
				height: 465px;				
				top: 50%;
				left: 50%;
				margin-top: -210px;
				margin-left: -250px;
				}
				
	div#links {
				position: absolute;
				width: 115px;
				height: 300px;
				text-align: left;
				top: 50%;
				left: 50%;
				margin-top: -40px;
				margin-left: -8px;
				line-height:1.2em;
				}
	
	div#downloads {
				position: absolute;
				width: 300px;
				height: 400px;				
				top: 50%;
				left: 50%;
				margin-top: -80px;
				margin-left: 120px;
				}
	
	div#boxtwo {
				position: absolute;
				width: 300px;
				height: 400px;				
				top: 50%;
				left: 50%;
				margin-top: -40px;
				margin-left: 110px;
				}
				
	div#tourBox {
				position: absolute;
				width: 340px;
				height: 400px;				
				top: 50%;
				left: 50%;
				margin-top: -210px;
				margin-left: 110px;
				}
				
	.infoOne 	{ margin: 4px 0px 4px 15px; }
				
	a:link 		{
				color: #000000;
				text-decoration: none;
				}
	a:visited 	{
				text-decoration: none;
				color: #000000;
				}
	a:hover 	{
				text-decoration: none;
				color: #553B2C;
				}
	a:active 	{
				text-decoration: none;
				color: #000000;
				}

				
				