/*

- groupswitch.com
- designed by
- Switch Creative Group

*/


/* ! ---- UNIVERSAL SELECTORS ---- */
/* ----------------------------------------------------------------------------- */

	* {
		margin: 0;
		padding: 0;
		/* Resets all margins and paddings on the page */
		}
		
	body {
		background: #010101 url(../_img/back.jpg);
		color: #fff;
		font-size: 62.5%; /* Sets the page font to 10px */
		}
			
	ul {
		list-style-type: none;
		}
	
	* a:link, * a:visited, * a:hover, * a:active {
		color: #1A1A1A;
		text-decoration: none;
		}
		
	* a:hover {
		cursor: pointer;
		/* works well for onclick anchors */
		}
	
	* p {
		text-align: justify;
	}
	
	:link img {
		border: none;
		}
	
	* img {
		border: none;
		}
	
	a img {
		border: none;
		}
	
	:link img, :active img {
		border: none;
		}
		

/* ! ---- FLASH IN FIREFOX ---- */
/* ----------------------------------------------------------------------------- */	
		
	html {
		height: 100%;
		/* overflow: hidden; */
		}
	
	#flash {
		height: 100%;
		}

	body {
		height: 100%;
		}
	
	#noflash {
		margin: 15px auto;
		width: 1000px;
		}
		
	#wilder {
		height:100%;
		left:0;
		min-height:700px;
		min-width:950px;
		overflow: scroll;
		position:absolute;
		top:0;
		width:100%;
		}



/* ! ---- SPLASH Page ---- */
/* ----------------------------------------------------------------------------- */	
	
	#wrapper {
		background: url(../_img/intro.jpg) no-repeat;
		height: 632px;
		margin: 0 auto;
		text-align: center;
		width: 1000px;
		}
	
	#wrapper h1, #wrapper h2 {
		height: 0;
		text-indent: -9999px;
		}
	
	#splash_nav {
		margin: 375px auto 0;
		text-indent: -9999px;
		width: 408px;
		}
	
	#full, #normal {
		float: left;
		}
	
	#full a {
		background: url(../_img/fullscreenView.jpg) no-repeat;
		display: block;
		height: 58px;
		width: 202px;
		}
	
	#full a:hover {
		background-position-x: -202px;
		}
	
	#normal a {
		background: url(../_img/normalView.jpg) no-repeat;
		display: block;
		height: 58px;
		width: 200px;
		}
	
	#normal a:hover {
		background-position-x: -200px;
		}
	
	#player a {
		background: url(../_img/flashplayer.jpg) no-repeat;
		display: block;
		height: 88px;
		width: 408px;
		}

	#stayandplay {
		margin-left:auto;
		margin-right:auto;
		margin-top:10px;
		}

	#stayandplay a {
		background: url(../_img/stayandplay.png) no-repeat;
		display: block;
		height: 51px;
		width: 157px;
		border:none;
		}
	
	#stayandplay a:hover {
		background-position-x: -157px;
		}
	
	.clear {
		clear: both;
		}
		
		
		
		
		
		
		
		
		
		
		
