html
{
	font-family: helvetica, arial, sans-serif;
	font-size: 10px;
	width: 100%;
	height: 100%;
	position: absolute;
	margin: 0;
	padding: 0;
}
body
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #bef17b;
	background-image: url('/media/images/backgroundGrass.gif');
}
#welcomeLogo
{
	background-image: url('/media/images/welcomeToCeeiaLogo.png');
	background-repeat: no-repeat;
	margin: auto auto;
	width: 355px;
	height: 150px;
	padding-bottom: 0.5em;
}
#splashScreen
{
	margin: auto auto;
	width: 400px;
	height: 291px;
	background-image: url('http://art.ceeia.net/siiw/thumbnails/2002-ceeiaFountainHule-Acryl.jpg');
	background-repeat: no-repeat;
}
#introText
{
	background-color: #eee;
	color: #000;
	text-align: center;
	width: 400px;
	margin: auto auto;
	padding: 0.5em 0.5em 0.5em 0.5em;
}
#introText h1
{
	color: #e78201;
	font-size: 1.5em;
	font-weight: bold;
}