#main {

        height: 635px;
}

#content {

        height: 500px;
}
#bottom {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 735px;
	height: 28px;
	background: #efeb92;
	text-align: center;
	color: #bb3c3d;
	top: 645px;
}
.b {
        margin-top: 12px;
        font-weight: bold;
}

.i {
        margin-top: 12px;
        font-style: italic;
}

.bi {
        margin-top: 12px;
        font-weight: bold;
        font-style: italic;
        font-size: 11pt;
}
