
#cont {
	float: right;
	z-index: 70;
	overflow: auto;
	border-left: 1px solid white;
	min-height: 100%;
	background: transparent url(../img/trans_bg.png) repeat;
}

.box {
	min-height: 100%;
    width: 600px;
    padding: 50px;

}

html, body { height: 100%; }
body { font-family: Georgia, "Times New Roman", Times, serif; }