/* Style Sheet for Dick's Den			 */
/* http://dicksdencolumbus.com/style.css */

body {
	background-image: url(./images/bg.gif);
	background-color: #725d54;
	background-repeat: repeat;
	text-align: center;
	min-width: 600px;
	}
#wrapper {
	width: 900px;
	height: 1500px;
	margin: 0 auto;
	text-align: left;
	background-image: url(./images/wrapper-bg.png);
	background-repeat: no-repeat;
	}
#feature {
	position: relative;
	width: 198px;
	height: 238px;
	top: 0px;
	left: 0px;
	background-image: url(./images/whynot.png);
	background-repeat: no-repeat;
	}
#calendar {
	text-align: center;
	position: relative;
	top: 80px;
	}