body {background:url('../background/Layer41.png') repeat;}




@media (max-width: 1420px) and (min-width: 1200px) {

}

@media (max-width: 1720px) and (min-width: 1420px) {
.container {
width: 1400px !important;
}
}

@media (max-width: 2000px) and (min-width: 1720px) {
.container {
width: 1635px !important;
}
}


@media (max-width: 2200px) and (min-width: 2000px) {
.container {
width: 1875px !important;
}
#headerunder {
    min-width: 20%;
}
}


@media (min-width: 2200px) {
.container {
width: 2100px !important;
}
#headerunder {
    min-width: 15%;
}
}
