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

body
	{
		margin: 0;
		background: #2B381C;
	}
	
.small{font-size: 10px;}
	
#spooky
	{
		width: 100%;
		height: 140px;
		background: transparent url('images/spooky-logo.jpg') no-repeat center center;
		padding: 460px 0 0 0;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		color: #202C14;
		
	}

