@font-face
{
    font-family: "KGHAPPYSolid";
    src: url("../res/fonts/KGHAPPYSolid.ttf");
}
@font-face
{
    font-family: "POORICH";
    src: url("../res/fonts/POORICH.ttf");
}
@font-face
{
    font-family: "ARCHRISTY";
    src: url("../res/fonts/ARCHRISTY.ttf");
}
html,body,div,canvas { margin: 0; padding: 0; }
::-moz-selection { color: #333; text-shadow: none; }
::selection {  color: #333; text-shadow: none; }
html, body { font-family: Helvetica, Verdana, Arial, sans-serif; }
body { }
p.header, p.footer { display: none; }
div.logo { width: 204px; height: 38px; float: left; background: url("../res/images/Splash/logo.png") 0 0 no-repeat; position: relative; z-index: 10; }
div.title { height: 38px; line-height: 38px; padding: 0 10px; margin: 0 1px 0 0; float: right; color: #333; text-align: right; font-size: 18px; position: relative; z-index: 10; }
.fullscreen { float: right; position: relative; z-index: 10; }
#gameDiv
{
    display: inline-block;
    vertical-align: top;
    padding:0;
    margin:0;
}
canvas{
    height: 100% !important;
    width: 100% !important;
}
