@charset "utf-8";
/* CSS Document */
body {
    position: relative;
}
.background {
    background: url("../img/outcats/outcats_bg.png") repeat-y top left;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
}
.outcats_title {
    margin: 0 0 20px;
    padding: 0 2%;
}
.special_pack .pack {
    padding: 41% 0 0 0;
}
.special_pack {
    position: relative;
    z-index: 1;
}
.special_pack .buy_btn {
    top: 76%;
}
.note_txt,
.limit_txt {
    background: black;
    padding: 5px;
}
