@charset "utf-8";
/* Animated Flip Down Clock Style */

body{
	background:#000;
}

#old {display: none;}
#new {display: block;}

#landing {float: left; width: 1000px; background: #181b21 url(/App_Images/bg_landing_btm.gif) no-repeat bottom; padding: 175px 0 0 0; margin:0;}
#landing h1 {float: left; width: 1000px; text-align: center; margin-bottom: 10px; position: relative;}
	#landing h1 a {cursor: not-allowed;}
	#landing #balancehover {position: absolute; top:80px; left:350px; display: none;}
#landing h2 {float: left; width: 1000px; text-align: center; margin-bottom: 7px;}
#landing h3 {float: left; width: 360px; text-align: center; margin-left: 523px; margin-bottom: 165px;}
	#landing h3 a {font: 12px arial; color: #54585e; margin-left: 20px;}
	
#landing #sites {float: left; margin: 0 90px 107px 90px; position: relative;}
#landing #sites .site {}
#landing #sites .site a {float: left; margin-bottom: 6px; position: relative; z-index: 2;}
#landing #sites .site .launch {float: right; position: relative; z-index: 1;}

#landing #sites .grounded a {cursor: not-allowed;}

#landing #sites #interactive {float: left; width: 200px; margin-right: 20px;}
	#landing #sites #interactivehover {position: absolute; top:-100px; left:-35px; display: none;}
#landing #sites #animation {float: left; width: 190px; margin-right: 20px;}
	#landing #sites #animationhover {position: absolute; top:-100px; left:180px; display: none;}
#landing #sites #motion {float: left; width: 219px; margin-right: 20px;}
	#landing #sites #motionhover {position: absolute; top:-100px; left:390px; display: none;}
#landing #sites #histories {float: left; width: 151px;}
	#landing #sites #historieshover {position: absolute; top:-100px; left:610px; display: none;}

#landing #copy {float: right; font: 12px arial; color: #515254; padding: 175px 30px 10px 0;}


/*change width to 1000px;*/
#container{
	position: relative;
	width: 1000px;
	margin:0 auto;
}

#wrapper{
	background: url(/App_Images/bg_content.jpg) no-repeat;
	width: 900px; height: 768px; position: relative;
}

.facebookiframe {float: left; margin-top: 180px; margin-left: 360px; overflow:hidden; width:50px; height:35px;}

p {font: 12px arial; color: #989797;}

#balance {position: absolute; top: 185px; left:418px; width: 424px;}
#balance span {font: 12px arial; float: right; margin-right: 35px;}
#balance a {font: 12px arial; color: #989797;}

#brand {position: absolute; top: 336px; left: 243px; width: 657px; height: 104px;}

#counter 
{
	position: absolute; top:440px; left:0;
	width: 900px; height: 155px; background: #000;
}

#front, #back {
	position:absolute;
	top:15px; left: 180px;
}

#upperHalf, #upperHalfBack{
	vertical-align:bottom;
}

#lowerHalf, #lowerHalfBack{
	vertical-align:top;
}

#upperHalf img{
	position:relative;
	height:64px;
	vertical-align:bottom;
	visibility:visible;
}

#lowerHalf img{
	position:relative;
	height:64px;
	vertical-align:top;
	visibility:visible;
}

	
#lowerHalfBack img{
	position:relative;
	vertical-align:top;
}

#upperHalfBack img{
	position:relative;
	vertical-align:bottom;
}



#daysUpLeft, #daysUpMiddle, #daysUpRight, #daysDownLeft, #daysDownMiddle, #daysDownRight,
#daysUpLeftBack, #daysUpMiddleBack, #daysUpRightBack, #daysDownLeftBack, #daysDownMiddleBack, #daysDownRightBack,
#hoursUpLeft, #hoursUpRight, #hoursDownLeft, #hoursDownRight,
#hoursUpLeftBack, #hoursUpRightBack, #hoursDownLeftBack, #hoursDownRightBack,
#minutesUpLeft, #minutesUpRight, #minutesDownLeft, #minutesDownRight,
#minutesUpLeftBack, #minutesUpRightBack, #minutesDownLeftBack, #minutesDownRightBack,
#secondsUpLeft, #secondsUpRight, #secondsDownLeft, #secondsDownRight,
#secondsUpLeftBack, #secondsUpRightBack, #secondsDownLeftBack, #secondsDownRightBack{
	width:64px;
}
	
	
#txt_days {position: absolute; top: 595px; left: 182px; width: 126px;}	
#txt_hours {position: absolute; top: 595px; left: 318px; width: 126px;}
#txt_mins {position: absolute; top: 595px; left: 455px; width: 126px;}
#txt_secs {position: absolute; top: 595px; left: 590px; width: 126px;}
	
	
#footer 
{
	background: url(/App_Images/bg_bottom.jpg) no-repeat; width: 900px; height: 132px;
}


	


