@charset "ISO-8859-1";
	
	
	  
*{
	padding: 0;
	margin: 0;
	outline:none;
}
  
	  
	         
html, body  { 
		 	height:100%;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			line-height:1.2;
			color:#666666;
}
		
#siteTable  { 
			width:100%;
		 	height:100%;
			display:table;	
			/* IE fix */
			#position: relative;
}
         
#siteTableCell { 
		 	margin: 0 auto;
			width:100%;
		 	display:table-cell;
			vertical-align:middle;	
			/* IE fix */
			#position: absolute;  
			#top: 50%;
			#left:-50%;				
}
		
		
#contentContainer{
			margin: 0 auto;
			display:block;
			width:777px;
			min-height:444px;
			/* IE fix */
			#position: relative;  
			#top: -50%; 
			#left: 50%;
}

* html #contentContainer{/* apply to IE 6 but not IE 7*/
			height:444px;
}
		


#bodyX{
	text-align:center;
}

	  
	  
	  

	
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


ul a {
	display: block;
	text-decoration: none;
	height: 15px;
	line-height: 15px;
	font-size:10px;
	color:#999999;
	
}



li {
display: inline;
}

#wrapper{
	-webkit-box-shadow: 5px 5px 10px #dadada;
	-moz-box-shadow: 5px 5px 10px #dadada;
	box-shadow: 5px 5px 10px #dadada;
}


#animation{
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 68px;
	height: 12px;
	border: 1px solid #CCCCCC;
	padding: 10px 5px 10px 13px;
	font-size:10px;
	color:#999999;
	text-decoration: none;
	list-style-type: none;
	background-image: url(images/_welcomeBGR.gif);
	background-repeat: repeat;
	z-index:5;
	-webkit-box-shadow: 3px 3px 5px #dadada;
	-moz-box-shadow: 3px 3px 5px #dadada;
	box-shadow: 3px 3px 5px #dadada;
}
