#main
{
	width: 436px;
	margin: auto;
	font: 0.75em sans-serif;
	text-align: center;
}
#main H1
{
	font-size: 4em;
	background: url(logo.png) no-repeat;
	height: 61px;
	margin: 1em 0;
}
#main H1 SPAN
{
	display: none;
}
#main .index
{
	display: inline-block !important;
	display: block;
	width: 14ex;
	margin: 4em;
	padding: 0.5em;
	background: #808080;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
#main .index:hover
{
	background: #0000FF;
}
.cse-branding-bottom
{
	display: inline-block !important;
	display: inline;
}
