
body {
	background-image: none !important;
	text-align: center !important;
	padding: 0px 2em 2em 2em !important;
	width: auto !important;
}

div.splash_page div.heading {
	font-size: 125%;
	font-weight: bold;
	margin: 1em 2em 2em 1em;
}

div.splash_page div.image {
	margin: auto;
	margin-top: 1em;
	margin-bottom: 1em;
}

div.splash_page div.image img {
/* We shouldn't put 'important' here because then you cannot override
   it on a case-by-case basis */
/*	border: none !important; */
	border: none;
	display: block;
	margin: auto;
}

div.splash_page div.text {
	font-size: 90%;
	margin: 1em 2em 2em 1em;
}

div.splash_page div.enter_link {
	font-size: 90%;
	font-weight: bold;
	margin: 1em;
}

