body {
    margin: 0;
    background-color: rgb(0,0,0);
    color: #fff;
    font-family: tahoma, sans-serif;
    overflow: hidden;
    width: 1024px;
    min-width: 1024px;
    max-width: 1024px;
    height: 768px;
    min-height: 768px;
    max-height: 768px;
    zoom: 61.9%;
    -moz-transform: scale(0.7);
}

body,
div,
a,
span {
    webkit-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none; 
}

a {
    color: #000;
}

.rectangle {
    position: absolute;
    border: 1px solid red;
    background-color: red;
    z-index: 1000;
}

.testPoint {
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: rgb(74,255,5);
    z-index: 5500;
    border: 1px solid black;
}

#debug {
    position: absolute;
    left: 10px;
    top: 8px;
    z-index: 500;
    color: #000;
    font-weight: bold;
    width: 280px;
    height: 24px;
    font-size: 17px;
}

#dialog {
    position: absolute;
    left: 311px;
    top: 253px;
    background-image: url("image/dialog/background.png");
    background-repeat: no-repeat;
    width: 356px;
    height: 182px;
    padding: 23px;
    padding-top: 58px;
    z-index: 9010;
}

.dialogMessage {
    font-size: 18px;
    font-weight: bold;
}

.dialogActions {
    font-size: 16px;
    margin-top: 20px;
}

.dialogActions a {
    display: block;
    float: left;
    height: 35px;
    padding-top: 10px;
    color: rgb(143,143,143);
    font-weight: normal;
}

a.dialogRemind,
a.dialogCancel {
    margin-right: 22px;
}

#dialog .dialogMessage a {
    color: black;
    text-decoration: none;
}

.dialogActions a.dialogApprove {
    background-image: url("image/dialog/button-background.png");
    background-repeat: no-repeat;
    width: 112px;
    color: rgb(81,104,219);
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    top: -2px;
}

.backgroundTile {
    position: absolute;
    background-repeat: no-repeat;
}

.sprite {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    z-index: 100;
}

.distance-adjuster-arrow-default_x1_y0 {
    background-position: 100% 0;
}

#preloader {
    z-index: 1 !important;
}

#scoreMale,
#scoreFemale {
    position: absolute;
    color: white;
    font-weight: bold;
    z-index: 500;
    width: 46px;
    height: 28px;
    font-size: 14px;
    top: 746px;
}

#scoreMale {
    left: 425px;
}

#scoreFemale {
    left: 557px;
    text-align: right;
}

#debugLongText {
    position: absolute;
    padding: 20px;
    border: 3px solid black;
    background-color: white;
    color: black;
    left: 30px;
    top: 30px;
    width: 920px;
    height: 640px;
    z-index: 5000;
    font-family: 'courier new', monospace;
    webkit-user-select: auto;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    overflow: auto;
}

#background_en,
#background_zh {
    position: absolute;
    left: 0;
    top: 0;
    width: 1024px;
    height: 768px;
    background-repeat: no-repeat;
}

#background_en {
    background-image: url("image/back-en.png");
}

#background_zh {
    background-image: url("image/back-zh.png");
}
