* {
		margin: 0;
		padding: 0;
		}
body {
		background-color: #fff;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-align: center; /* for centering in IE */
		}
a {
		text-decoration: none;
		font-weight: bold;
		color: #000;
		}
a:hover {
		color: #f6e071;
		background-color: #000;
		}
#postit {
		width: 224px;
		margin: 30px auto;
		}
#top {
		height: 13px;
		background: url('../images/top.jpg') top left no-repeat;
		}
#mid {
		padding: 0 15px;
		margin: 0;
		background: url('../images/repeat.jpg') top left repeat-y;
		}
#bot {
		height: 31px;
		background: url('../images/bottom.jpg') top left no-repeat;
		}
#text {
		padding: 40px 10px 25px;
		}
#sig {
		padding: 10px 0 0 0;
