/* container */
	#container {
		width: 640px;
		margin: auto;
	}
/* end container */

/* header */
	#header h1 {
		margin: 0;
		padding: 0;
		background: transparent url(/images/logo.png) no-repeat 0 0;
	}

	#header h1 a {
		display: block;
		height: 71px;
		width: 341px;
		text-indent: -1000px;
	}

	#header h1 a:hover {
		background-color: transparent;
	}
/* end header */

/* content */
	#content {
		clear: both;
	}
/* end content */

/* flash */
	#flash {
		padding: 4px 4px 4px 22px;
		background-repeat: no-repeat;
		background-position: 4px 4px;
	}

	#flash.notice {
		background-image: url(/images/flash/notice.png);
		color: green;
	}

	#flash.error {
		background-color: #ffc8c8;
		background-image: url(/images/flash/error.png);
		color: #f00;
		border-top: 1px solid #ff9999;
		border-bottom: 1px solid #ff9999
	}
/* end flash */

/* footer */
	#badges {
		display: inline;
		margin: 0;
		padding: 0;
		list-style: none;
		float: right;
	}

	#badges li {
		display: inline;
	}

	#footer {
		border-top: 1px solid #ddd;
		clear: both;
	}
/* end footer */

#fortune {
	height: 328px;
	padding-top: 30px;
	padding-left: 256px;
	background: transparent url(/images/fortune-cookie.jpg) no-repeat 0 0;
}

#fortune p {
	font: 20px georgia, garamond, serif;
}

#tag {
	vertical-align: middle;
}