/* Resets */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address, big, cite, code, em, font, img,  small, strong, ol, ul, li,fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}



/* Main styles */

body{
	margin:0; padding:0;
	color:#4d4b4b;
	background:    url(paperbg.png) top center fixed no-repeat;
	font-family: Georgia, sans-serif;
	font-size:14px;	
	line-height:140%;
	width: 100%;
	height: 100%;
	overflow: hidden;

	padding: 40px 30px 60px 30px;
	animation:myfirst 100s infinite; 
	animation-direction:alternate; 
}
@keyframes myfirst
{
	0% {background:color() url(paperbg.png) top center fixed no-repeat;} 
	25% {background:#ffffff url(paperbg.png) top center fixed no-repeat;}
	50% {background:#00ff00 url(paperbg.png) top center fixed no-repeat;}
	75% {background:#0000ff url(paperbg.png) top center fixed no-repeat;}
	100% {background:#ff0000 url(paperbg.png) top center fixed no-repeat;}
}




p{	
	margin-bottom:15px;line-height:130%;
}


h1, h2{padding:5px 0 22px 0;}

h1{font-size: 28px;}

h2{font-size: 23px;}

.tag{font-family:Helvetica, Arial, san-serif;
font-size: 52px;
font-style:uppercase;
font-weight:bold;}

.feiji{
	position: absolute;    
}

#container{
	width:61.8%;
	margin:0px auto;
	padding-top:50px;
	background: url(ww_top.jpg) no-repeat left top;
	text-align:center;
	height:440px;
	position: absolute;
	z-index: 2;             
}

.fire_text{                
	margin-top:22px;
	margin-bottom:20px;
	text-align: center;

	font-family: "Comic Sans MS";
	font-size: 60px;        
	color: white;
	text-shadow: 0 0 20px #fefcc9, 10px -10px 30px #feec85, -20px -20px 40px #ffae34, 20px -40px 50px #ec760c, -20px -60px 60px #cd4606, 0 -80px 70px #973716, 10px -90px 80px #451b0e;
}

.countdown h4{
	font-weight:400;
	font-size:14px;
	color:#848282;
}
	
.countdown #counter{
	font-size:28px;
	color:#1e1a19;	
	margin-bottom:70px;
}

.status{
	font-size:18px;	
	margin-bottom:30px;
	margin:0 135px;
	margin-bottom:35px;
}


.tail{
	width: 100%;
	bottom: 6px;
	text-align:center;
	position: absolute;
	z-index: 3; 
}

.text{
	font-size: 12px;line-height:26px;color: #848282;text-decoration: none;
}