﻿/* T-Chek logo */
.bgCompanyLogo {
    background-image:url("t-chek-logo.png");
    background-repeat:no-repeat;
    position: absolute;
	left: 0px;
    top: 10px;
    width: 320px;
    height: 53px;
}

.contentLayout
{
    background-image: url("waves-bg.jpg");
    background-repeat: repeat-x;
    background-color: #E2E1E6;
    padding-top: 60px;  
    padding-bottom: 60px;
    min-height: 300px;
}

.contentLayoutPopup
{
    background-image: url("waves-bg.jpg");
    background-repeat: repeat-x;
    background-color: #E2E1E6;
    padding-top: 40px;  
    padding-bottom: 40px;
    min-height: 300px;
}