@charset "utf-8";
/* CSS Document For Splash Page*/

html, body {
	background:none;
	border:none;
	padding:none;
	margin: 0;
	color:#42010B;
}
body {
	background-image:url(tomo_background_sample_image2.jpg);
	background-repeat:repeat;
	background-position:top center;
}
img {
	padding:0;
	border:none;
}
#master_container {
	width:50em;
	height:37.5em;
	margin:15px auto; /* This centers the master container in the middle of the page */
	padding:0;
	background:#FFF;
	background:url(flowers_splash.gif) center top no-repeat #FFF;
	border: 1px solid #B19ACA;
}
img#main_logo {
	display:block;
	margin-top:250px;
	margin-right:auto;
	margin-left:auto;
}