@charset "utf-8";
/* CSS Document */
html,body {
	margin:0;
	padding:0;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFF;
}
body{ background:#303030 url(images/body-bg.png) repeat-x top left; height:auto !important; height:100%;min-height:100%;}

p{padding:0; margin:0;}

#container{position:relative; margin:0 auto;width:100%; }
.content_all{ width:810px; margin:0 auto;overflow:hidden;}
	#content_row {width:100%;}

		#logo{ height:70px; text-align:center;padding-top:99px; padding-bottom:30px;}
		#timer{ height:300px;width:553px; padding-right:135px; padding-left:120px; text-align:center;  position:relative; }

			
			

	


	/*footer*/
div#footer{position:absolute; bottom:0; width:100%;text-align:center; background:url(images/footer-bg.png) repeat-x 0 0; height:25px; padding-top:5px; color:#616161; font-size:11px;}


