/*  
Theme Name: BookShelf Splash v.1.0
Version: 1
Author: Ryan Bruce
Author URI: http://rbdesigns.ca/
*/
body {
margin: 40px 0px 0px 0px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
	background-color:#483f2e;
    }
#container{
	position:relative;
	width:780px;
	margin:0px 0px 0px -390px;
	left:50%;
}
#welcome{
	position:absolute;
	margin:0px 0px 0px 0px;
	width:780px;
	height:28px;
	background: url('images/welcome.jpg') no-repeat top;
	}
#books{
	position:absolute;
	margin:28px 0px 0px 0px;
	width:390px;
	height:360px;
	background: url('images/books.jpg') no-repeat top;
}
#games{
	position:absolute;
	margin:28px 0px 0px 390px;
	width:390px;
	height:360px;	
	background: url('images/games.jpg') no-repeat top;
}
img{
	border:0px;
}
/* The below makes sure that the bullet does not show 
li{
    display:none;
    } 
*/
