/* Reset */

    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
    }

    article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
        display: block;
    }

    body {
        line-height: 1;
    }

    ol, ul {
        list-style: none;
    }

    blockquote, q {
        quotes: none;
    }

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

    table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    body {
        -webkit-text-size-adjust: none;
    }

/* Main Style */
body {
    background: #666633 url("images/bg01.png");
    margin: 20px;
    padding: 10px;
    font: 16px/18px Arial, sans-serif;
}
header{
    height:auto;
    width:100%;
    vertical-align:top;
}
#img_banner{
    width:100%;
    height:auto;
    padding: 0em;
}
nav{
    text-align:center;
    font: bold 14px/24px Georgia, serif;

}
article{
    width=100%;
    text-align: left;
}
h1 {
    font: bold 16px/36px Georgia, serif;
    text-align: center;
}
h2{
   font:bold 16px/24px Georgia, serif;
   letter-spacing: 3px;
}

a:link {
    color: black;
}
a:visited {
    color: #003300;
}
a:hover {
    color: #e5ffe5;
}
a:active {
    color: #009900;
}
.title {
    font: bold 40px/40px Cambria, sans-serif;
    text-align: center;
    letter-spacing: 12px;
}
.player {
    padding:15px;
}
.left{
    width: 50%;
    float: left;
    padding: 15px;
}
.right{
    width: 50%
    float: right;
    padding: 15px;
}