/* O.A.R. */
/* Page Stylesheet: Splash
-------------------------------------------------------------------------------- */


	* {
	
		margin: 0;
		padding: 0;
	
		}
		
	a {
	
		outline: none;
		text-decoration: none;
	
		}
		
	html, body {
	
		width: 100%;
		font-size: 18px;
	
		}
		

	body {

		background-color: #000;
		font: normal 12px/16px Arial, sans-serif;
		
		}
		
	ul {
		
	list-style: none;
	margin: 0;
	padding: 0;
		
	}

	#splash {
		
	width: 862px;
	padding-top: 790px;
	margin: 15px auto 0 auto;
	background: url(../images/page-splash/bg-vip.jpg) no-repeat;
	position: relative;
		
	}
	
	#splash div#info {
		
	display: none;
		
	}
	
	#splash ul.actions {
	
	width: 399px;
	margin: 0 auto;	
	padding: 20px 0 0 0;
	/* border-top: 2px solid #999; */
	border-bottom: 0;
		
	}
	
	#splash ul.actions li {
		
	float: left;
		
	}
		
	#splash ul.actions li a {
	
	display: block;
	margin: 0 10px 20px 0;	
	padding: 10px 15px;
	background: #fbedac;
	color: #000;
	font-size: 18px;
	line-height: 22px;
	white-space: nowrap;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	}
	
	#splash ul.actions li a:hover {
		
	background-color: #a69c74;
		
	}

	#splash ul.actions li a.enter {
	
	margin-left: 56px;
	
	}
