body{background: #ECECEC;}
.container{background: #CECECE;}
h1 {
	background:#333;
	color:#FFF;
	font-weight: normal;
	padding: 0 10px;
}
h2 {
	background:#999;
	color:#FFF;
	font-weight: normal;
	padding: 0 10px;
}
a {
	text-decoration: none !important;
	color: #FFF !important;
}