@charset "utf-8";
/* CSS Document */

html,body {height:100%}
body {
	background-color: #DBD5CC;
}
html>body #wrapper {height:auto}/*for mozilla */
#wrapper {
	height:100%;
	min-height:100%;/*for mozilla*/
}

#splashContainer {
	margin-top: 10%;
}

#splashContentTop {
	margin-top: 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#splashContentBottom {
	margin-top: 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#splashLogoContainer {
	background-color: #DBD5CC;
	width: 100%;
	text-align: center;
}

p {
	margin: 0px;
	padding: 0px;
}

br {
	margin: 0px;
	padding: 0px;
}

h1 {
	background-image: url (http://www.littleusfilms.com/images/web_logo_300w.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 300px;
	height: 183px;
}