div.homeMainContainer {
	position: relative;
}

div#recordsContainer {
    background: url("../images/common/tab-bg.png") no-repeat top left transparent;
    width: 166px;
    height: 95px;
    position: absolute;
    top: 195px;
    left: 270px;
    color: #FDFBF6;
    font-family: rock;
    text-align: center;
    font-size: 22px;
    padding: 15px 0 0 2px;
}


div.lineContainer {
    border-top: 1px solid #C0BC9C;
    border-bottom: 1px solid #C0BC9C;
    height: 5px;
    margin: 20px 0 30px 0;
}