body {
	/* padding-top:70px; */
}
.footer, .footer a  {
	color: #fff;
    text-decoration: none;
}
#message {
	padding:10px;
	margin:0 20px;
}

#head {
	background:url(../img/channels4_banner.jpg) no-repeat top center #fff;
	height:176px;
}
.color-gold {
	color:#FBB336;
}
h1 {
	color:#3a4447; /* #ec1c22 */
	margin-top: 50px;
    margin-bottom: 30px;
}
h2 {
	color:#3a4447;
	margin-top: 30px;
    margin-bottom: 20px;
}
h3 {
	color:#3a4447;
	margin-top: 10px;
    margin-bottom: 20px;
}
/* wheel of fortune */
#num {
	position:static;
	overflow:hidden;
	height:120px;
	margin: 0 auto;
	width: 312px;
	border:3px solid #3e8dc9;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#x {
	position:relative;
	top:0;
	left:0;
}
#xx {
	position:relative;
	top:0;
	left:80px;
}
#xxx {
	position:relative;
	top:0;
	left:160px;
}
#xxxx {
	position:relative;
	top:0;
	left:240px;
}
.digit {
	font-size:120px;
	line-height:120px;
	position:absolute;
	top:0;
	left:0;
	color:#3e8dc9;
}
.form {
	background-color:#b4dedb;
	padding:30px 0;
}
div.row.main {
	padding: 0 20px 20px 20px;
}
@media (min-width: 768px) {
	div.row.main {
		padding: 0 40px 20px 40px;
	}
}