@charset "utf-8";
/* CSS Document */

/* Page Properties */
html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#000;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFF;
}

strong {
color:#caa519;		
}

ul li{
margin:0px;
color:#b1b1b1;
line-height:17px;
}

/* Links Properties */
	a { 
	text-decoration:none; 
	color:#caa519; 
	}
	a:hover   {
	color: #FFFFFF; 
	}
/* Main Container */	
	.landing #wrapper {
		height:98%;
		text-align: center;
		margin: 0 auto;
		}
	.landing #container {
		width: 900px;
		height:1000px;
		margin: 0 auto;
		text-align: left;
		}
/* Top Container */
	.landing #Promo {
		float:left;
		width: 900px;
		height:800px;
		margin: 0 auto;
		}


