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 {
    font-family: Verdana,sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

a {color: #333333; text-decoration: none;}
a:hover {text-decoration: underline;}

body {
    color: #333333;
    font-size: 12px;
    font-family: "lucida grande", tahoma, verdana, arial, "돋움", "Dotum", sans-serif;
    background-image: url('https://d265e494dmwa7t.cloudfront.net/standalone/imgs/ws_basic_canvas_full.jpg');
    background-position: center top;
    background-repeat: no-repeat;
}

.active{
    background: none repeat scroll 0 0 #6D84B4;
    color: #FFFFFF;
}
.deactive{
    color: #999999;
}

div.game_loading {
    position: relative;
    margin: auto;
    margin-top: 75px;
    width: 760px;
    height: 640px;
    text-align: center;
}

div .login_button {
    position: relative;
    margin: auto;
    padding-top: 500px;
    display: inline-block;
}
