/*
	Name: skoolbus39 splash page
	Author: Ryan Dee
	Author URI: http://www.skoolbus39.com
*/


/* CSS */

*{
margin: 0;
padding: 0;
}
body{
background: #fff;
text-align: center;
}
#container{
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 750px;
height: 550px;
margin: auto;
background: transparent url(splash.jpg) no-repeat;
}
h1{
position: relative;
width: 750px;
text-indent: -9999px;
border: 0px;
}

