#header   { 
  width:100%;
  height:50px;
}

#header #top   {
	background:#292520;
	height:45px;
}

#header #logo   {
	 background:url('../images/logo.png') no-repeat;
	 width:750px;
	 height:45px;
	 margin:0px auto;
}

#header #bottom   {
	background:#ba351f;
	height:5px;
}

#wrapper {
  width:750px;
  margin:50px auto;	
}

#fancyCountdown {
	padding:0px 0px 0px 0px;
}

.button {
	width: 65px;
	padding: 5px 10px;
	background: #BA351F;
	border: 0px;
	font-size: 14px;
	color: #FFFFFF;
	cursor:pointer;
}

#startStop {
	margin-top:50px;
	margin-right:40px;
	float:right;	
}

#startStop input {
	float:left;
	margin-right:10px;	
}