
body    { background:#fff; font-family:Arial, Helvetica, sans-serif; margin:0; }

#logoCS    { margin-top:10px; margin-bottom:-10px; max-height:100px; max-width:60%; }

#header { text-align:center; }
#header .menu { line-height:40px; background:url('../images/header_menu.gif'); font-size:16px; padding:0 20px; color:#eee; font-weight:bold; }
	#header .menu #event { max-width:450px; }

#header .buttons { position:absolute; top:50px; right:0; list-style:none; margin:10px 20px 10px 0; padding:0; font-size:14px; }
	#header .buttons li { display:inline-block; margin:0 4px; }
	#header .buttons a { padding:3px 8px; background:#0040AC; border:solid 1px #0D2D6F; text-decoration:none; color:#eee; font-weight:bold; border-radius:7px; }

	
#count_content { padding:60px 0 60px 0; background:url('../images/binding_dark.png') }	
	#count_content p { width:650px; margin:0 auto; font-size:15px; font-weight:bold; color:#ccc; height:25px; }
	#count_content label { width:150px; text-align:right; margin-right:20px; display:inline-block; color:#888; }
	
.flip-clock-label { font-family:Arial, Helvetica, sans-serif !important; color:#eee !important; font-size:15px !important; }
.flip-clock-dot { background:#666 !important; }
/*.flip-clock-wrapper ul li a div div.inn { color:#C40018 !important; }*/
.flip-clock-wrapper { min-height:130px !important; }
	
	
#footer { padding-top:10px; text-align:center; border-top:solid #333 1px; }
	#footer img { max-width:100%; }
	
	
body.content { background:url('../images/bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}


@media all and (max-width: 700px) {
		
	#header .menu label { display:none; }
	#header .menu #event { width:73%; }
}