body {
    width: 100%;
    height: auto!important;
    height: 100%;
    position: relative;
    min-height: 100%;
    margin: 0 auto!important;
    min-width: 320px;
    
    font-family: Arial,sans-serif;
    font-size: 12px;
    line-height: 1.42857143; 
    color: #323232;
    
    background-image: url(images/body/bg.jpg);
    background-repeat: repeat;
    background-position: top left;
}

.container {
    padding: 0px; 
}

h1,h2,h3,h4,h5,h6 { 
    color:#000;
    font-family: 'PTSans-Regular',Arial,sans-serif; 
    font-size: 22px;
}

h2,h3,h4 {
    font-family: 'PTSans-Bold',Arial,sans-serif;
    font-size: 18px;
}

h5,h6 {
    font-size: 16px;
}

a {
    color: #1176c4;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.img-responsive {
    width: 100%;
}