@charset "utf-8";

* {margin:0;padding:0;list-style-type:none;outline:none;text-decoration:none;border:none;}

body {background:#4cb266 url(../images/bodybg.jpg) no-repeat 50% 0;}

#container {
	width:1065px;height:800px;
	margin:auto;
	position:relative;}
	
	#minisiteContainer {width:1025px !important;}
	
	#gameSelector {
		background:url(../images/prehomebg.png) no-repeat;
		width:1085px;height:311px;
		position:absolute;top:50%;margin-top:-155px;}
		
		#unoClassic, #menuSelector, #unoSpin {
			display:inline;float:left;}
			
		#unoClassic {
			position:relative;top:-40px;}
			
		#menuSelector {
			position:relative;top:60px;}
			
		#unoSpin {
			position:relative;top:-110px;}
			
	#footer {
		position:absolute;bottom:0;left:150px;height:70px;}
		
		#glLogo {
			float:left;
			width:161px;height:30px;
			padding-right:25px;
			border-right:1px solid #54ae55;}
			
		#legals {
			float:left;
			padding-left:10px;}
			
			#legals p {
				font:10px/12px Tahoma, Geneva, sans-serif;color:#fff;
				width:575px;}

