body
{
	background: white;
}

#front_image , #view_image
{
	width: 49%;
	border-width: thin;
	border-style: solid;
	border-color: #666699;
}

#front_image
{
	margin-right: 0.5%;
}

#view_image
{
	margin-left: 0.5%;
}

.eye-catching
{
	text-align: center;
	font-weight: bold;
	font-size: x-large;
}

#administrator_information
{
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	bottom: auto;
	background-color: silver;
	padding: 0.2em;
}

h1 , h2
{
	font-family: sans-serif;
	color: #666699;
	text-align: center;
}

.splash h1
{
	font-weight: bold;
	font-size: xx-large;
}

.splash h2
{
	font-weight: normal;
	font-size: large;
}

a:link , a:visited , a:active
{
	color: #666699;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}
