html, body {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
}



#container {
	margin-top:37px;
	margin-left:724px;
	width: 200px;
	color: #555;
	height:50px;
	
}

#countdown_dashboard {
	height: 38px;
}

.dash {
	width: 38px;
	height: 37px;
	background: transparent url('../images/dash.png') 0 0 no-repeat;
	float: left;
	margin-left:1px;
	position: relative;
}

.dash .digit {
	font-size: 15pt;
	font-weight: bold;
	float: left;
	width: 10px;
	text-align: center;
	font-family: Times;
	color: #fff;
	position: relative;
	margin-left:3px;
}

.dash_title {
	position: absolute;
	display: block;
	bottom:7px;
	right:18px;
	font-size: 6pt;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top:;
}

.dev_comment {
	font-size: 14pt;
	color: #777;
	text-align: center;
	font-style: italic;
	margin: 10px 10px;
}

#subscribe_form {
	position: relative;
} 


#subscribe_button {
	font-size: 14pt;
	color: #333;
	padding: 4px 8px;
}

.copyright {
	font-size: 9pt;
	color: #333;
	margin: 40px 0px;
}

.faded {
	color: #999;
}

.form_message {
	width: 400px;
	padding: 10px;
	margin: 15px auto;
	display: none;
}

#error_message {
	background-color: #ffe;
	border-left: 5px solid #bb3;
	border-right: 5px solid #bb3;
	color: #770;
}

#info_message {
	background-color: #f0f9ff;
	border: 1px solid #eef;
}

#loading {
	text-align: center;
	margin: 10px;
	display: none;
	position: absolute;
	width: 100%;
	top: 60px;
}


#contentc h1 {
	color:#96C;
	text-align:left;
	font-size:15px;	
	}
	
	
	#contentc h2 {
	color:#fff;
	text-align:left;
	}

.app {
	padding: 54px 29px;
	height: auto !important;
}
.app h3{
	color: #fff;
	padding: 0 10px;
	font-size: 20px;
	margin-top: 8px;
}
.names	{
	float: left;
	display: block;
	width: 100%;
	text-align: left;
}

	.sponsor {
		width: 160px;
		height: 160px;
		background-size: contain;
		background-repeat: no-repeat;
		float: left;
		padding: 20px;
		margin: 10px;
		background-color: #fff;
		background-position: center center;
	}

	.app h1 {
		color: #fff;
	}

	.six a {
		display: block;
		height: 100%;
		width: 100%;
	}
	.one {
		background-image: url('../images/sponsor/1.png');
	}
	.two {
		background-image: url('../images/sponsor/2.png');
	}
	.three {
		background-image: url('../images/sponsor/3.png');
	}
	.four {
		background-image: url('../images/sponsor/4.png');
		background-size: 561px;
		background-position: -62px;
	}
	.five {
		background-image: url('../images/sponsor/5.png');
	}
	.six {
		background-image: url('../images/sponsor/6.png');
		background-size: 377px;
	}
	.seven {
		background-image: url('../images/sponsor/7.png');
	}
	