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;
 -ms-content-zooming:none
}
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
}
a {
 text-decoration:none;
 color:inherit
}
a:active,a:focus {
 outline:0
}
body {
 background-image:url(tilebg.jpg);
 background-repeat:repeat;
 font-family:gooddognew;
 font-size:15px;
 color:#19130c;
 -webkit-user-select:none;
 -khtml-user-select:none;
 -moz-user-select:none;
 -o-user-select:none;
 -ms-user-select:none;
 user-select:none;
 -ms-touch-action:none
}

.ctrCursor {
 cursor:url(../cursors/cursor.cur),url(../cursors/cursor.png),auto
}
.ctrCursor a,.ctrPointer {
 cursor:url(../cursors/handcursor.cur),url(../cursors/handcursor.png),auto
}
.ctrCursorActive {
 cursor:url(../cursors/cursorActive.cur),url(../cursors/cursorActive.png),auto
}

.ui-1024 #gameContainer {
	position:relative;
	margin:40px auto 0 auto;
	width:1024px;
	height:576px;
	padding:0;
    margin-top:30px
}
.ui-930 #gameContainer {
	position:relative;
	margin:40px auto 0 auto;
	width:930px;
	height:524px;
	padding:0;
    margin-top:30px
}

.ui-1024 #game-border {
    top: -11px;
    left: -12px;
    position: absolute;
    background-image: url(game_bg.png);
    background-repeat: no-repeat;
    width: 1046px;
    height: 598px
}

.ui-1024 iframe {
    top: 11px;
    left: 12px;
    position: absolute;
}