body {
	margin:0;
	background-color: #330;
	color: #F60;
}
	 
a {color: #fff;}
	 
.header_cotainer {
	width: 100%;
	height: 100px;
	display: block;
	background:transparent;
	color: #F60;
}
 
.content_container {
width: 100%;
height:480px;
display: block;
background-color:#fff;
/*border radius*/
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
/*shadow*/
-moz-box-shadow: 0 0 5px #000,0px 5px 15px #000;
-webkit-box-shadow: 0 0 5px#000,0px 5px 15px #000;
box-shadow: 0 0 5px #000,0px 5px 15px #000;
}
/*================== Header Section =======================*/
.header_cotainer h1
{
color:#fff;
font-size:30px;
line-height:100px;
text-align:center;
}
/*================== Content Section =======================*/
.grid2
{
position:relative;
bottom:30px;
}
.grid3
{
position:relative;
bottom:30px;
}
.grid10 h1
{
color:#000;
font-size:30px;
line-height:60px;
text-align:left;
margin-left:15px;
}
.container h3
{
color:#000;
font-size:24px;
line-height:2px;
text-align:center;
}
.timer
{
width: 600px;
height:80px;
display: block;
background-color:#f6f5f5;
/*border radius*/
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border:1px solid #cecbcb;
margin-left:80px;
}
p#time{
color:#000;
font-size:30px;
line-height:25px;
text-align:center;
margin-left:30px;
margin-top:40px;
}
p#time span{
display:inline;
color:#000;
font-size:18px;
}
