body {
    background: #301840 url('images/swordm_bg.png') repeat-x top right;
    padding: 0;
    margin: 0;
}
h1 {
    font-family: "Story Script", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    padding: 0;
    margin: 45px auto 0 auto;
    width: 320px;
    font-size: 60px;
    background-color: rgba(48,24,64,0.7);
    box-shadow: 0 0 15px 10px rgba(48,24,64,0.7);
    border-radius: 100px;
    text-align: center;
    letter-spacing: 0.02em;
}
h1 span {
    font-size: 26px;
    display: block;
    position: relative;
    top: 8px;
}
#bg {
    background: url('images/swordm_bg2.png') repeat-y top right;
}
#bg2 {
    background: url('images/swordm_bg3.png') repeat-y top left;
}

/* Page nav */

.pageNav {
    text-align: center;
    padding: 20px 0 25px 0;
    margin: 0 0 15px 0;
}
.pageNav a {
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    border: 2px solid #9d66c1;
    background-color: #743e97;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 8px 20px 6px 20px;
    margin: 0 7px 7px 7px;
    font-size: 17px;
    border-radius: 7px;
    position: relative;
}
.pageNav a:hover {
    border-color: #29a8c8;
    background-color: #1d8ba7;
}
.pageNav .current {
    padding-left: 43px;
    background: #301840 url('images/sprites/swordofmana_sprites-46.png') no-repeat 17px 10px;
    border-color: #614773;
    pointer-events: none;
    color: #e1c4f3;
}
.pageNavBottom {
    margin: 0;
    padding: 0 0 40px 0;
    position: relative;
    top: -20px;
}

/* Shots */

#shots {
    padding: 15px 0 0 0;
    max-width: 1068px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: -40px;
}
#shots img {
    margin: 10px;
    box-shadow: 0 0 10px 5px #301840;
    width: 240px;
    height: 160px;
}
#shots .highslide.floater {
    float: left;
}

/* Highslide */

.highslide img {
    border: 2px solid #29A8C8;
    display: inline-block;
}
.highslide:hover img {
    border: 2px solid #ffffff;
}
.controls-in-heading .highslide-heading {
    padding-left: 2px;
}