#container {
    border: 2px solid #373a62;
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
    background-color: #373a62;
}

a {
color: black;
}

body {
    height: 238px;
    width: 288px;
}

#div01 {
    height: 238px;
    width: 113px;
    position: relative;
    margin: 0px;
    float: left;
    }

.slides {
    display: none;
}

#div02 {
    width: 138px;
    height: 25px;
    margin-top: 2px;
     margin-left: 10px;
    float: left;
}

#div03 {
    width: 170px;
    height: 83px;
    margin: 0px;
    float: right;
     text-align: center;
}


#div03 h1 {
    font: bold 30px Arial, serif;
    line-height: 3px;
    text-align: center;
    color: white;
    letter-spacing: 2px;
    line-height: 5px;

}

#div04 {
    width: 170px;
    height: 65px;
    margin: 0px;
    float: right;
}

#div04 h2 {
     font: bold 18px Times, san-serif;
    color: #ffab00;
     text-align: center;
    line-height: 5px;
    letter-spacing: 2px;

}

#div04 h1 {
    font: bold 22px Times, san-serif;
    color: #ffab00;
    text-align: center;
    line-height: 5px;
    letter-spacing: 1px;

}

#div05 {
    width: 170px;
    height: 35px;
    margin: 0px;
    float: left;

}

#div05 h3 {
     font: bold 12px Times, san-serif;
    color: white;
     text-align: center;

}

#shopbtn {
    width: 100px;
    height: 18px;
    margin-top: 8px;
    margin-left: 40px;
    float: left;
    background-color: #ffab00;
}

#shopbtn h1 {
    font: bold 14px Arial, serif;
    line-height: 2px;
    color: white;
    text-align: center;
}