* {
	padding: 0px;
	margin: 0px;
}

body, html {
	height: 100%;
}

div#cbt {
	padding-top: 400px;
	height: 80px;
	background: url('../images/cbt.jpg') no-repeat 50% 0%;
	text-align: center;
}   

div#cbt.ee {
  background: url('../images/cbt_ee.jpg') no-repeat 50% 0%;
	padding-top: 400px;
}

div#cbt > a {
	color: #fff;
	font-size: 13px;
	text-decoration: underline;
	font-family: arial;
}

div#cbt > a:hover {
	color: #f6f6f6;
}

div.info {
color: #111;
font-size: 13px;
font-family: arial;
text-align: center;
padding-bottom: 16px;
}	